-
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!