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

change tumblr URLs to use https by default #37

Merged
merged 1 commit into from
Apr 2, 2020

Conversation

0xc0392b
Copy link
Contributor

@0xc0392b 0xc0392b commented Apr 2, 2020

creating an oAuth config with tumblr.Endpoint and then calling
RequestToken will return a http 401 error. defining your own
oauth.Endpoint with the tumblr URLs prefixed with https (instead of
http) fixes this problem.

creating an oAuth config with tumblr.Endpoint and then calling
RequestToken will return a http 401 error. defining your own
oauth.Endpoint with the tumblr URLs prefixed with https (instead of
http) fixes this problem.
@dghubble
Copy link
Owner

dghubble commented Apr 2, 2020

You're right, Tumblr's dev console now supports/recommends TLS. It finally happened!

@dghubble dghubble merged commit 7fee3d2 into dghubble:master Apr 2, 2020
bvuong pushed a commit to fuse-inventory/oauth1 that referenced this pull request Sep 16, 2021
* Tumblr now supports HTTPS Endpoint URLs
* Fix use of http URLs now causing errors
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 this pull request may close these issues.

2 participants