Hi
I want .model.json(pages) url in production publisher , access via authentication for avoiding webcrawler.
Can i know possible solution?
@Vijayalakshmi_S
My server is AEM 6.5
Thanks
Dillibabu
Solved! Go to Solution.
Views
Replies
Total Likes
Please check Below options
a) Enable Closed User Group for this page so that only on authentication you can access this page in publisher.But with this regular access of page.html will also get authenticated.
b) in Robots.txt block these page crawl my mentioning under disallow only for .model.json(pages)
User-agent: *
Disallow: /
Regards,
Rajashankar
Hi @Dillibabu77,
It can be achieved by making some configuration in the AEM dispatcher.
Please have a look at the below URL for your reference.
Hope it helps
Regards,
Rohit
Please check Below options
a) Enable Closed User Group for this page so that only on authentication you can access this page in publisher.But with this regular access of page.html will also get authenticated.
b) in Robots.txt block these page crawl my mentioning under disallow only for .model.json(pages)
User-agent: *
Disallow: /
Regards,
Rajashankar
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies