By tag: SysAdmin
0
kicks
Making cross domain web requests in asp.net with medium trust enabled
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 usin...