Changes between Version 3 and Version 4 of Ticket #47987, comment 16
- Timestamp:
- 09/27/2019 05:54:47 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #47987, comment 16
v3 v4 4 4 Right. Lets go with the header then. I know at some point having "weird" HTTP headers resulted in "weird" caching/handling of such requests somewhere along the nets, leading to "unexplained", very hard to debug edge cases. Hopefully that's all in the past now :) 5 5 6 Then in practice we will only need a HEAD request after a HTTP 500 response. 6 Then in practice we will only need a HEAD request after a HTTP 500 response. This is basically "error handling". 7 7 8 8 > The attachment is created, but the alt text hasn't been saved, the additional fields haven't been set, and the `rest_after_insert_attachment` hook hasn't fired yet.