Forum Discussion
Hi Lightem
The HTTP/1.1 isn't actually going across in the request string - it's not like it's an extra parameter - it's just declaring the version of HTTP it's using - which yes strictly is being sent - but not in the request string - it's like a header - although it's not actually a header as far as I'm aware.
Just had a look at a complete list of standard headers- nope - it's not a header
What makes you think you are passing this across when you submit the request? is it just that you've see the string in the RAW tab indicates URI followed by HTTP/1.1?
I think that's steering you down the wrong path. Ignore that for now and look at the differences between what you're submitting via the browser and your ReadyAPI!/SoapUI config - that's going to be the problem.
Also - can you clarify what you mean by 'incomplete response' please?
If you can provide the stacktrace for the request (ReadyAPI! log, response details etc.) that can only help people diagnose your issue, but I'd disregard the version of HTTP - that's not being added to your URI string.
Cheers,
richie
Raw response to SoapUI request:
HTTP/1.1 200
Date: Thu, 28 Feb 2019 18:08:33 GMT
Content-Type: application/json;charset=ISO-8859-1
Transfer-Encoding: chunked
Connection: keep-alive
Set-Cookie: __cfduid=d673ca4bba1ce54f6f2b056cb2b225aed1551377313; expires=Fri, 28-Feb-20 18:08:33 GMT; path=/; domain=.mailinator.com; HttpOnly
Set-Cookie: JSESSIONID=s3~60B72731C657FDA26FBAB97BAEAD9C94; Path=/; HttpOnly
Expect-CT: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
Server: cloudflare
CF-RAY: 4b04d6535a0f1ea7-SJC
{"messages":[],"to":"addressID"}
URI from SoapUI: https://api.mailinator.com/api/inbox?to=addressID%40mailinator.com&token=?&private_domain=true%20HTTP/1.1
Response when I copy the URI from SoapUI into browser:
{"messages":[{"fromfull":"source@source.com","subject":"email subject","from":"source@source.com","origfrom":"source@source.com","to":"addressID","id":"emailID","time":1551375385000,"seconds_ago":573}],"to":"emailID"}
It appears that the entirety of the "messages" is being ignored.
ReadyAPI log:
- Thu Feb 28 10:08:33 PST 2019: INFO: Got response for [TestStepName] in 247ms (63 bytes)
Related Content
- 4 years ago
- 6 years ago
Recent Discussions
- 22 days ago