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

Supply the request parameters in the body #54

Closed
wants to merge 1 commit into from

Conversation

wgriffioen
Copy link

As noted in the Retailer API documentation, the request parameters required to obtain a token must be included in the request body rather than in the URL parameters. While bol.com has previously accepted parameters in the URL, this approach will no longer work starting November 18th this year.

To ensure compatibility with this upcoming change in the Bol API, the parameters are now included in the request body instead of the URL.

In order to comply with the upcoming change in the bol API, the
parameters are now supplied in the body instead of the URL.
@casperbakker
Copy link
Member

Thanks for the effort @wgriffioen. It did not work, I had to test a lot more for all the right flows, but in #55 I have a working version of this.

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

Successfully merging this pull request may close these issues.

2 participants