converting Json to CURL code
I see two http appended. one with missing backlash
curl -X GET
‘http://http:/asdfds/asdfasd?asdfsd=1234567890&asdfasd=995645&asdfasd=1234567890&asdfasd=TEST’
-H ‘Accept: /’
-H ‘Cache-Control: no-cache’ \
native Version used : You are up to date! Postman v5.5.0 is the latest version.
akshaybist
(Akshay Bist)
2
@amjathk I could reproduce that under two conditions
- The url starts with a
/
- For example /test
or /getpostman.com
- The url has a typo in the protocol -
http:/
instead of http://
- For example http:/getpostman.com
Can you check either of the above cases apply to you?
@akshaybist - yes, I tried with both case it resulted as above also i tried with
http:///asdfds/asdfasd?dfsd=1234567890&asdfasd=995645&asdfasd=1234567890&asdfasd=TEST
http with three backslash which resulted with two http . But, I was able to get the response - strange though