1

When I Try My Code It Gives Me System.Net.WebExpection 403 Forbidden Error.

.

Im Using This Code:

string gettext = new System.Net.WebClient() { Proxy = null }.DownloadString("https://hastebin.com/raw/dawugajuvo");

I Already Looked This Link But Code Didnt Accept Special Characters Like: Ö, Ç, Ğ, Ü, Æ, Ş

How Can I Fix It?

  • Have you tried this answer https://stackoverflow.com/a/54893881/1154094 – the.Doc Jun 17 '20 at 11:15
  • @the.Doc Can You Please Read My Question Carefully? I Said `I Already Looked This Link But Code Didnt Accept Special Characters Like: Ö, Ç, Ğ, Ü, Æ, Ş` – raedyn_Stacko Jun 17 '20 at 13:04
  • The answer I linked to (regarding ServicePointManager) doesn't reference any special characters, and neither does your question (not directly anyway). You've provided a single URL which works in a browser and no other information. – the.Doc Jun 17 '20 at 13:19

0 Answers0