admin管理员组文章数量:1292116
http://localhost:5173/billing?payment=success&id=1739440247629-be9e0e-675028d166c122bd334c0468 This is the URL added in surl, after the payment its navigating to this frontend project URL, but the issue here is if reload the page its showing confirm form resubmission alrert. But if I copy paste the same url in tab then its working fine. And i have used alert for the complete project and that alert is not working when its navigated from surl.
Tried form submission in multiple ways and in hosted server also. but still same error. In server its 405
http://localhost:5173/billing?payment=success&id=1739440247629-be9e0e-675028d166c122bd334c0468 This is the URL added in surl, after the payment its navigating to this frontend project URL, but the issue here is if reload the page its showing confirm form resubmission alrert. But if I copy paste the same url in tab then its working fine. And i have used alert for the complete project and that alert is not working when its navigated from surl.
Tried form submission in multiple ways and in hosted server also. but still same error. In server its 405
Share asked Feb 13 at 10:51 Dinesh PammiDinesh Pammi 11 bronze badge 2 |1 Answer
Reset to default 0surl, furl means its not hosted link. It should be api call and in that API need to redirect to frontend server
本文标签:
版权声明:本文标题:reactjs - Using PayU money integration, after the payment is success given surl its navigating but it showing confirm form resub 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741547351a2384670.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
method="post"
from their page. Make your script process the received info, and redirect elsewhere afterwards via a GET request. Then the user can reload that URL as many times as they like, it will only cause repetition of that GET request, and therefor not cause a form resubmission warning. – C3roe Commented Feb 13 at 11:45