Expand my Community achievements bar.

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 9

Hi Maria,

Would you provide more details regarding the version of AEM and Communities you're using, as well as the approach you're taking to development of your blog feature?

- JK