Here is want I'm looking to do. I'm going to build a winform in which you can select different variables. From this it builds a url and pushes it to the web. If possible, I do not want the browser popup and display anything. I can handle pretty much all of it minus the pushing to the web. Would this be considered a POST request? I have yet to deal with this before. If someone could tell me if this is the right direction or not. Thanks.
Sending URL from Winform
Page 1 of 12 Replies - 171 Views - Last Post: 29 December 2012 - 09:41 AM
Replies To: Sending URL from Winform
#2
Re: Sending URL from Winform
Posted 29 December 2012 - 12:39 AM
You'll probably need WebRequest class for what you intent, if I understood you correctly.
#3
Re: Sending URL from Winform
Posted 29 December 2012 - 09:41 AM
That would be considered a post request, yes.
Do make sure you are encoding and decoding your url using HttpServerUtility.UrlEncode, and HttpServerUtility.UrlDecode. If you find difficulty accessing this class you may have to reference it, or import it's namespace System.Web.HttpServerUtility.
Do make sure you are encoding and decoding your url using HttpServerUtility.UrlEncode, and HttpServerUtility.UrlDecode. If you find difficulty accessing this class you may have to reference it, or import it's namespace System.Web.HttpServerUtility.
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote



|