I want to call an ASPX page from a UNIX script running on a separate server from the ASP Web Server and send the ASPX page information in the URL. Is this possible? If so, what is the script command to do this?
Tell me more
×
Programmers Stack Exchange is a question and answer site for
professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.
wget
? – Peter K. Aug 14 '12 at 12:43wget
will the aspx page process like it does if its called from a browser? – DFord Aug 14 '12 at 12:46wget
works as well as curl, thank you. – DFord Aug 14 '12 at 17:46