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

Can't sign URL with array parameters #596

Open
jeroenvermeulen opened this issue Jan 8, 2024 · 0 comments · May be fixed by #597
Open

Can't sign URL with array parameters #596

jeroenvermeulen opened this issue Jan 8, 2024 · 0 comments · May be fixed by #597

Comments

@jeroenvermeulen
Copy link

Example Magento 2 REST API URL to sign:

https://domain.com/rest/all/V1/categories/list?searchCriteria[filterGroups][0][filters][0][field]=url_key&searchCriteria[filterGroups][0][filters][0][value]=something

Error:

Warning: rawurlencode() expects parameter 1 to be string, array given in /path/to/vendor/daviddesberg/oauth/src/OAuth/OAuth1/Signature/Signature.php on line 57
jeroenvermeulen added a commit to jeroenvermeulen/PHPoAuthLib that referenced this issue Jan 8, 2024
jeroenvermeulen added a commit to jeroenvermeulen/PHPoAuthLib that referenced this issue Jan 8, 2024
@jeroenvermeulen jeroenvermeulen linked a pull request Jan 8, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant