Forums

End point protection

Is it possible to call a page with end point (eg. Don.pythonanywhere.com/payment?password=12345&username=12345) without showing it on url bar. Maybe show only don.pythonanywhere.com/payment. Thanks for helping

Yes, use a POST to send the username and password to the page instead of a GET.