Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error with "empty" params #6

Open
benkeil opened this issue Sep 12, 2018 · 1 comment
Open

Error with "empty" params #6

benkeil opened this issue Sep 12, 2018 · 1 comment

Comments

@benkeil
Copy link

benkeil commented Sep 12, 2018

if you have a URL like /Search?&partnerid=12345 the plugin creates two entries: partnerid and an empty one.

"params"=>{
    "partnerid"=>"12345",
    ""=>"",
}

Empty entires must be removed.

@sage2k1
Copy link

sage2k1 commented Sep 13, 2018

Although the example Url might not be RFC conform (I dont know), one does not have control about the Url executed/called by the user. +1 for a fix to not run into the same issue while using the parser.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants