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

Uses deprecated method for passing credentials #39

Open
davidcollie opened this issue May 3, 2019 · 0 comments
Open

Uses deprecated method for passing credentials #39

davidcollie opened this issue May 3, 2019 · 0 comments

Comments

@davidcollie
Copy link

davidcollie commented May 3, 2019

A recent commit 28b2368 updated the authentication to pass the authentication parameters in the body.

However, post and get requests still pass the user_key and api_key as query params instead of in the Authorization: header for a GET request OR in the body of the POST request.

http://developer.pardot.com/#using-the-api

Pardot's documentation shows samples of what they expect going forward.

I believe this is why API requests in Pardot's API usage dashboard are still showing Uses Deprecated Auth when using the latest version of the ruby-pardot gem.

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

1 participant