[wp-meta] [Making WordPress.org] #5990: Profiles advertise broken oembed endpoints

Making WordPress.org noreply at wordpress.org
Tue Dec 21 23:50:23 UTC 2021


#5990: Profiles advertise broken oembed endpoints
------------------------+--------------------
 Reporter:  tellyworth  |      Owner:  (none)
     Type:  defect      |     Status:  new
 Priority:  normal      |  Milestone:
Component:  Profiles    |   Keywords:
------------------------+--------------------
 Profiles currently advertise two oembed endpoints:


 {{{
 <link rel="alternate" type="application/json+oembed"
 href="https://profiles.wordpress.org/wp-json/oembed/1.0/embed?url" />
 <link rel="alternate" type="text/xml+oembed"
 href="https://profiles.wordpress.org/wp-
 json/oembed/1.0/embed?url&format=xml" />
 }}}

 Neither of these seem to work. Both produce output like this, regardless
 of the URL parameter:

 {{{
 {"code":"oembed_invalid_url","message":"Not Found","data":{"status":404}}
 }}}

 Ideally, we should make oembed work.
 Worst case, stop advertising broken links.

 Loosely related: #613.

-- 
Ticket URL: <https://meta.trac.wordpress.org/ticket/5990>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list