Hi guys,
I'm posting data to an old and new URL. If use Fiddler on both, I get a response by looking at the RAW, WebView and TextView tabs.
Through C# code using WebClient class, I can only get a response data from the old URL. There is nothing returned by the new URL.
Using HttpWebRequest class, I get the raw HTML (including the header DOCType) where the content has a body that says "Click here to be redirected".
Although I know HttpWebRequest is already obsolete, I still want to see the data returned by old URL, no luck here.
And it's surprising me how Fiddler can display data for both URL, but WebClient class cannot display the same for new URL, only for old URL.
Any ideas please? Thank you guys.