Sachindey11
Sachindey11
17-07-2020
I am getting redirected from an payment gateway page to AEM page. However i am getting 403 error when i redirect.
Tried to redirect to we-retail page as well but the same issue persists.
Arun_Patidar
MVP
Arun_Patidar
MVP
17-07-2020
Hi,
Is this a post request or a get request?
Sachindey11
Sachindey11
17-07-2020
ArpitVarshney
MVP
ArpitVarshney
MVP
17-07-2020
Hi @Sachindey11
If you are working on your local machine and have created a sling servlet to make post request to local AEM Server , you may be getting 403 Error Code : Forbidden
This issue is due to CSRF Filter blocking POST Requests.
You can unblock this via OSGi Configuration. You shouldn't be doing it on production instances.
Regards,
Arpit Varshney
Sachindey11
Sachindey11
17-07-2020
Arun_Patidar
MVP
Arun_Patidar
MVP
17-07-2020
Sachindey11
Sachindey11
17-07-2020
Sachindey11
Sachindey11
17-07-2020
asutosh_jena
asutosh_jena
17-07-2020
@Sachindey11 Are you trying to post something while redirecting or it's just a 301/302 redirect to a static page in AEM?