Search results for query: *

  1. C

    Question httpWebRequest.GetResponse redirection problem

    That did the trick. Setting the UserAgent string so my app mimics a browser (e.g. IE9) made redirection work correctly. Many thanks JohnH.
  2. C

    Question httpWebRequest.GetResponse redirection problem

    Hi, I've written a podcast retriever app that uses HttpWebRequest.Create (URL), httpWebRequest.GetResponse() and httpWebResponse.GetResponseStream() calls to retrieve podcast (.mp3) files from various web sites. As long as there is no URL redirection, the app works fine. When there is...
Back
Top