You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the spec gives no guidance to webmention senders on what they should do if the webmention endpoint returns a 3xx response.
If a browser sees a 301/302 response when posting a form, they will redirect to the new URL and make a GET request. If webmention senders do the same, they will end up not sending the webmention to the redirected URL.
HTTP defines 307/308 response codes to indicate the client should re-send the same POST request to the new URL.
What is the theoretical "proper" behavior?
What do implementations currently do? And do they consider it a bug? (please link to an issue tracker if so)