PHP Guzzle 6 not URL encoding pound/hash -
i have pound/hash symbol in query string , while sending request php guzzle 6 not being encoded properly. sample request:
https://10.1.10.1/vmrest/users?query=(alias%20is%20userwithapoundsign%2318)
is sent as:
https://10.1.10.1/vmrest/users?query=(alias%20is%20userwithapoundsign#18)
i see there work in relation issue:
how disable url encoding in guzzle 6
but doesn't pound/hash accounted for. bug or i'm doing wrong?
Comments
Post a Comment