I have requirement of changing GET to POST redirection to external URL.
Currently, we are using checkFormRedirect(url,req,res)
to redirect to external URL which by default uses GET as per my understanding. I want to change this request to POST.
One way is we can use HTTPClient API for re-direction.
Is there any way ATG out of box provide some thing to POST redirection. Please help.