• #dev 2022-01-19
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#dev ≡
  • ←
  • →
2022-01-19 UTC
# 06:28
[tonz]
I’m writing a small personal micropub client in php. I use it to post to my WordPress Micropub endpoint, to create entries. I send posts to the end point as form-urlencoded. Things go fine unless the html content contains an SVG statement. Whenever an SVG statement is in the submitted HTML for the h-entry, the end point returns a 403 error. Is there something in the Micropub spec that explains this? Any top of head suggestions for