JSON Exporter would not deliver the contents of my pages published in some environments | Community
Skip to main content
Level 2
September 19, 2019
Solved

JSON Exporter would not deliver the contents of my pages published in some environments

  • September 19, 2019
  • 3 replies
  • 1882 views

I have a page with the following path /content-test/order/image-content-service.html, which is published in all my environments.

When I try getting the JSON model of it /content-test/order/image-content-service.model.json, it returns JSON in some environments. In other environments, it just returns the same page.

I am wondering if there is some environment setting that enables JSON delivery.

Can anybody help?

Thanks,

Leo

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

Do you have a Dispatcher front end on those environments, where JSON call is failing? If yes, review the dispatcher rules and make sure that the call is nor denied.

3 replies

Adobe Employee
September 19, 2019

You may want to check this:

Obtaining Page Information in JSON Format

leoberliantAdobe EmployeeAccepted solution
Adobe Employee
September 20, 2019

Do you have a Dispatcher front end on those environments, where JSON call is failing? If yes, review the dispatcher rules and make sure that the call is nor denied.

Level 2
October 10, 2019

berliant​, thanks for your suggestion. After making some changes to Apache rewrite rules for environments in question, the  problem got fixed.