#43330 closed defect (bug) (fixed)
Tumblr Importer: Switch authentication from http to https
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | WordPress.org | Priority: | normal |
Severity: | normal | Version: | 5.1 |
Component: | WordPress.org Site | Keywords: | |
Focuses: | Cc: |
Description
The Tumblr importer is currently unable to authenticate with Tumblr as Tumblr recently switched their API to use https in the auth endpoints:
https://www.tumblr.com/docs/en/api/v2#auth
However, the Tumblr importer still uses http endpoints.
https://plugins.trac.wordpress.org/browser/tumblr-importer/trunk/tumblr-importer.php#L174
https://plugins.trac.wordpress.org/browser/tumblr-importer/trunk/tumblr-importer.php#L684
Change History (3)
#1
@
5 years ago
- Component changed from Import to WordPress.org site
- Milestone changed from Awaiting Review to WordPress.org
- Owner set to otto42
- Status changed from new to assigned
#2
follow-up:
↓ 3
@
5 years ago
- Resolution set to fixed
- Status changed from assigned to closed
Changes made in https://plugins.trac.wordpress.org/changeset/1823379/tumblr-importer. Will need testing before a new release, but this will at least allow the current version to work for now.
Note: See
TracTickets for help on using
tickets.
@otto42 could you take care of this please?