I have an angular 2 application & I want to add payment in my app when user send new payment to my server, I return some data to user and user will send this data with RedirectUrl.
For example: localhost:4200/result
to another url for example : x.com
and from there after payment x.com
will redirect user to RedirectUrl Parameter sent before with POST method (the result of payment to one of my angualr 2 pages for verifiyng payment).when x.com
redirect user but I get this message on a page
Cannot POST /result
what's the matter please help me.