|
-
February 13th, 2007, 03:05 PM
#3
Re: How to have c# application go to url and submit information returning string
Thank you very much for your hasty response! Currently I have a console application that returns all the html of the website that I am trying to work with. The only problem I am actually having is that the form on this website is using the POST method with the action name ending in no extension at all. I'm not sure how I can find what url request the site is using and/or the javascript used. The only javascript in the source I can see is for errors and loading...I don't see anything relevant to where I can find the routine submitting this information.
If it makes any difference, the Action after POST (for example) = Home if the url of the website was say http://www.mytesturl.com/Home
I can understand if it was Action = "myscript.cgi" or something of that nature.
Thanks again in advance! ~MikE~
Last edited by excalaber; February 13th, 2007 at 08:12 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|