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
Headless mode, using node jss proxy. Doing requests to the application via browser it returns response with 200 code(as expected).
Doing that request via curl with -IL, it returns 500 OK
curl URL -IL
Expected behavior
The code should be 200 if coming message is OK, not 500
Steps To Reproduce
Use the headless SSR via sitecore-jss-proxy
Try to make the following request via curl: curl URL -IL
Your Environment
Sitecore Version: 9.0.2
JSS Version: 11.0.2
Browser Name and version: Chrome
Operating System and version (desktop or mobile): client: WIn10, Node proxy: Win 10, CentOS 7, Sitecore host: Win 10, Windows 2016
The text was updated successfully, but these errors were encountered:
Description
Headless mode, using node jss proxy. Doing requests to the application via browser it returns response with 200 code(as expected).
Doing that request via curl with -IL, it returns 500 OK
curl URL -IL
Expected behavior
The code should be 200 if coming message is OK, not 500
Steps To Reproduce
curl URL -IL
Your Environment
The text was updated successfully, but these errors were encountered: