Add Custom Headers using HttpWebRequest

前端 未结 3 1041
深忆病人
深忆病人 2020-12-15 20:49

I am not really sure what type of headers these highlighted values are, but how should I add them using HttpWebRequest?

3条回答
  •  星月不相逢
    2020-12-15 20:56

    IMHO it is considered as malformed header data.

    You actually want to send those name value pairs as the request content (this is the way POST works) and not as headers.

    The second way is true.

提交回复
热议问题