Answer the question
In order to leave comments, you need to log in
How to send an https GET or POST request in c# using only url and raw (request body) from the parameters?
If you send requests via HttpWebRequest, you need to separately enter the necessary parameters "Host", "KeepAlive", "UserAgent" ..... there can be more than 15 such headers.
And when HttpWebRequest is executed, all these headers (parameters) do not always go in the right sequence, and a part may be skipped altogether.
Is it possible to send an https GET or POST request by specifying the RAW request itself instead of all these parameters (headers)? With the order of titles I need. And exactly the way I want to see it.
Answer the question
In order to leave comments, you need to log in
Of course you can:
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question