403 response from AEM for .json http calls from Apache | Community
Skip to main content
September 12, 2018

403 response from AEM for .json http calls from Apache

  • September 12, 2018
  • 1 reply
  • 1146 views

Request URL : https://localhost.abc.com/content/abc/en/common/algom/configuration_mgmnt/jcr:content/contentarea/algorithm.json

Request Method: GET

Status Code: 403 Forbidden  

Above is the Http call happening from Apache to local CQ5.

Except .json calls, remaining http calls that were happening from Apache to CQ 5 are getting Successfull.

Only for .json content call, We are getting 403 response.

Could this be some issue with CQ5 or Apache ?

These .json call are getting success on Mac PC. They are failing on Windows.

How to fix this issue ?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

arunpatidar
Community Advisor
Community Advisor
September 13, 2018

Hi,

Do you have dispatcher between them, if yes then check for filter for allowed path.

403 is mainly triggered if you don't have permission/request are blocked.

Can you explain when it is working for Mac and not in window.

Where is CQ and Apache server install, Mac or Windows?

Arun Patidar