|
#1
|
|||
|
|||
HTTP post expecting 204 No Content response
Hello,
Just upgraded to 8.6 (from 7.6) to see if the HTTP "Post form data" would be able to pass the 204 "no content" response. It fails with : Error posting data: The specified operation has timed out (No Content) The API I'm sending to will reply with a 401 or 204. Using Fiddler to verify I'm getting a response, I do get the 204 response. Any ideas or thoughts? Thank you. |
#2
|
|||
|
|||
#3
|
|||
|
|||
Attaching two files.
|
#4
|
|||
|
|||
Please send or post item #6.
|
#5
|
|||
|
|||
One step project showing the error.
|
#6
|
|||
|
|||
When I increase the Timeout from 2 to 20 seconds (Server tab), the step succeeds after about 8 seconds, and the roomlist macro contains the server response of
HTTP/1.1 204 No Content Date: Fri, 10 Oct 2014 09:47:55 GMT Server: Apache Content-Length: 0 Connection: close Content-Type: text/html |
|
|