0

How to set client name and referrer in the Post WebRequest in C#?

Priyank Bolia
  • 14,077
  • 14
  • 61
  • 82

1 Answers1

0

I'm not too sure about Client Name, but for Referer, you can use the Headers property to add these info.

See the WebHeaderCollection Class for more information and example of header types.

You can consider using HttpWebRequest with the Referer Property and others as well.

o.k.w
  • 25,490
  • 6
  • 66
  • 63