jkrier
11 years agoRegular Contributor
Send HTTP request without appending the end point
I have a HTTP request I would like to add to a load test. It is like this
It looks like SoapUI is actually sending
Is there a way to submit the request without appending it with HTTP/1.1
When i run this in SoapUI i get a 404 response. If I simply load this into a browser it works just fine.
https://myhostname.net/internalservice-myhostnamestatus/v1/services/applicationstatus
It looks like SoapUI is actually sending
https://myhostname.net/internalservice-myhostnamestatus/v1/services/applicationstatus HTTP/1.1
Is there a way to submit the request without appending it with HTTP/1.1
