Solved
Incorrect Page Status code
The below page doesn't exist but gives 200 status code.
curl -u admin:admin -I https://author.dev.demo.adobecqms.net/editor.html/content/demo/author-test-page.html
I found these solutions
- https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-always-returns-200-status-code/qaq-p/329017 but I want something in curl.
- https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-custom-error-404-502-pages-redirection/qaq-p/316835
Please help in finding a curl solution for getting status code
Thanks