Making cross domain web requests in asp.net with medium trust enabled
Posted by: Mehfuzs WebLog,
on 07 Dec 2008 |
View original | Bookmarked: 0 time(s)
There could be plenty of reasons that you might need to do a cross domain web request in your application. One could be let's say you want to divert the resource pressure from your server to some third party provider like Amazon S3. In my last post I have mentioned a bit about uploading content using WSE to S3 server. I also mentioned about the simple library located at www.codeplex.com/threesharp that does not necessarily require you to work in full trust mode as it does simple HttpRequest and thus...