@Kiran_Vedantam Through postman it is working fine now with selector and extension but on PAGE it is showing 301 redirect and converting POST call to GET Which gives response header location as 404 page path
On Dispatcher POST/GET call with Selector is giving error but without selector it is working fine. But I want it to work with selector. I have allowed selector in filter still it is not working. This issue appeared after the shortening of the URL. Without shortening it was working fine. My servlet i...
@rawvarun GET requests are working fine issue is only with post <IfModule mod_rewrite.c>
RewriteEngine on
# rewrite for load root page
RewriteCond %{HTTP_HOST} !^localhost
RewriteRule ^/?$ http://%{ENV:SAMPLE_HOST_PREFIX}%{HTTP_HOST}/us/en/home.html [R=301,L]
# rewrite fo...
Hi, I had to shorten the URL from the dispatcher, which I succeeded, but I could not view the page content on the shortened URL, but when the URL wasn't shortened, I could view the content similar to Publisher. Please guide me on how to make the page visible on Dispatcher with shorten URL. Thanks
@lukasz-m Oh I forgot this thanks I can see it now.I have overridden all the methods but all methods are returning null private Page delegate;this delegate via debugger I found that it is not null still methods are returning null.