Open 0x9be00ff1 opened 7 years ago
Unirest\Request::get('http://example.com/path?a')
Expecting request url: http://example.com/path?a
http://example.com/path?a
Actual request url: http://example.com/path?a=
http://example.com/path?a=
the request url changed after calling Unirest\Request::encodeUrl
but the URI RFC doesn't mandate a format for the query string.
Unirest\Request::get('http://example.com/path?a')
Expecting request url:
http://example.com/path?a
Actual request url:
http://example.com/path?a=
the request url changed after calling Unirest\Request::encodeUrl
but the URI RFC doesn't mandate a format for the query string.