Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.

AEM: Blog API redirect

Avatar

Level 2

We uses AEM’s Blog API. But we are faced with the following problem:

When we uses next url:

https://myserver.com/cf#/content/sites/mysite/blog.html?blog=new

After save new post for blog - CreateBlogEntryServlet - redirect me on http url :

http://myserver.com/content/sites/mysite/blog/test_post.html

Post created but browser disables pass on this link.

But when we uses next url:

https://myserver.com/content/sites/mysite/blog.html?blog=new

without /cf#/, everithing is ok and CreateBlogEntryServlet redirect on https url.

We can not change the contents of AEM’s Blog API.

Anyone encountered this problem?

1 Reply

Avatar

Level 1

AEM Screens provides a simple RESTful API that follows the Siren specification. It allows to navigate the content structure and send commands to devices in the environment. By Using Adobe Program Interface it is easy for communication. If the above commands will not work please clear the Cache of ur PC and try it again. I think this time it will work. Thank You.