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

Popular posts from this blog

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project.Error occurred in starting fork -

windows - Debug iNetMgr.exe unhandle exception System.Management.Automation.CmdletInvocationException -

configurationsection - activeMq-5.13.3 setup configurations for wildfly 10.0.0 -