-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
None
I have a webapp deployed in my local tomcat configged with form auth and I'm trying to send a request using the http request plugin on Jenkins.
I've added Form Authentication in the global configuration.
Now I setup an job to send a request to get some info as response.
But I keep getting 408 code as response.
I had another try without the "j_security_check" suffix. The job can pass and get an 200 code, but the request wasn't successfully submitted and it's return a login page as response.
Please kindly check and advice,
Many thanks!
[JENKINS-41726] form auth in http-request plugin getting HTTP/1.1 408 Request Timeout response
Resolution | New: Cannot Reproduce [ 5 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
How long does it take to throw the error?
Have you tried to increase the timeout configuration in the job?
The only difference I saw from GET 200 to POST 208 is that 200 is using http://localhost:8080 and the other http://127.0.0.1:8080 . This shouldn't have difference unless you have a wrong configuration in hosts. Have you tried form with localhost instead of 127.0.0.1?