Send HTTP request without appending the end point
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Send HTTP request without appending the end point
This question was asked in a previous thread but their answer is not my issue and no other answer was posited.
I have a HTTP request I would like to add to a load test. It is like this
https://myhostname.net/internalservice-myhostnamestatus/v1/services/applicationstatus
When i run this in SoapUI i get an incomplete response. If I simply load this into a browser it works just fine.
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?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I saw the same on Mailinators' docs as well and I have no idea why it needs to work the way is does.
I did find a horrible, ugly solution to my problem, shown in the screenshot.
I added the HTTP/1.1 to the domain value and the entirety of the messege came across.
The scary part. The final URL
...domain=true%20HTTP%2F1.1 HTTP/1.1
I have no idea why this would even be accepted as a valid request.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Wow! Well, you got it working, but God that's ugly.
I'd still be tempted to raise a service request with them.....cos the api doesn't work as specced out in mailinator's requirements....and they need to know that....although i seriously doubt they don't know about it tbh.
Sorry i couldn't straighten it out for you, but at least you've found a workaround,
Nice one,
richie

- « Previous
-
- 1
- 2
- Next »
- « Previous
-
- 1
- 2
- Next »