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
When using the Direct Feed URL provided by Feed Me to trigger a feed via HTTP request to trigger a queue job, if for any reason the queue job can't be triggered or there is an issue with the URL parameters, the action controller returns an error message, but the response code on the template is 200 OK. For automated systems that might use the Direct Feed URL and use the status code for determining an error, this is potentially something that could mask a problem and go undetected, unless specifically parsing the page content after.
Steps to reproduce
Get a valid Direct Feed URL from an a feed
Modify a parameter such as the passkey to be invalid
The request will return an error page, but the underlying status code is still 200 OK.
Additional info
Craft version: 5.5.7
PHP version: 8.3
Database driver & version: MySQL 8
The text was updated successfully, but these errors were encountered:
Description
When using the Direct Feed URL provided by Feed Me to trigger a feed via HTTP request to trigger a queue job, if for any reason the queue job can't be triggered or there is an issue with the URL parameters, the action controller returns an error message, but the response code on the template is 200 OK. For automated systems that might use the Direct Feed URL and use the status code for determining an error, this is potentially something that could mask a problem and go undetected, unless specifically parsing the page content after.
Steps to reproduce
Additional info
The text was updated successfully, but these errors were encountered: