Search found 2 matches
- Thu Sep 02, 2010 9:54 pm
- Forum: Technical / Scripting
- Topic: Posting data with HTTPRequest
- Replies: 2
- Views: 3357
Thanks for that example, it pointed me in the right direction to find the culprit. It appears that the method that's sending the http request is setting the encryption type to " multipart/form-data " which is fine for services that are expecting a file upload but the default should be " application/...
- Thu Sep 02, 2010 6:55 pm
- Forum: Technical / Scripting
- Topic: Posting data with HTTPRequest
- Replies: 2
- Views: 3357
Posting data with HTTPRequest
I have a simple script that writes out any variables posted to it. Using the example below it appears the variables are not being sent either by POST or GET. Let>PostData=Hello=World HTTPRequest>http://localhost/form.asp,,GET,PostData,HTMLResponse Message>HTMLResponse I'm running the latest version ...