how to send headers and get it back in response ?

i want api request url in response, is there any header key in which i can send required values and get it back?

1 Reply

I'm assuming your talking about http here…

If you send a HEAD request, the server will respond with the http headers and not the body.

-- sw

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct