[wp-trac] [WordPress Trac] #27902: Slideshare https oEmbed delivers http
WordPress Trac
noreply at wordpress.org
Fri Apr 18 19:34:48 UTC 2014
#27902: Slideshare https oEmbed delivers http
-------------------------+-----------------------------
Reporter: krogsgard | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Embeds | Version: 3.9
Severity: normal | Keywords:
Focuses: |
-------------------------+-----------------------------
When using Slideshare's oEmbed in WordPress, inserting the Slideshare URL
with https included does not actually deliver an https result.
Sample http response:
http://www.slideshare.net/api/oembed/2?url=http://www.slideshare.net/haraldf
/business-quotes-for-2011&format=json
Sample https response:
http://www.slideshare.net/api/oembed/2?url=https://www.slideshare.net/haraldf
/business-quotes-for-2011&format=json
However, when using a direct iframe embed, the Slideshare https embed
works fine. So this appears to be a Slideshare oEmbed delivery bug.
Two things:
1) Can we get the "weight" of WordPress in a bug report to Slideshare
regarding their oEmbed handling?
2) Is there any reason we don't always attempt to grab https? Would it
hurt anything?
Re: my 2nd item, here's a sample situation: Say a client embeds stuff with
oEmbed with http, and then at a later date switches their site to https.
Now, those http requests will cause conflicts. Versus, if we always
attempted to deliver https, sites would be fine if they switch to https.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/27902>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list