Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Redirect in Python
#1
Python web application:
In asp, I can do a simple response.redirect('www.google.com') how to do it in PYTHON?

I have a Login Page submits to .py page for database connection. After successful login check in the .py page, I would like the .py page to redirect it to success.html page.

Yes, I am not using any frameworks. I have 3 different pages. 1)Login Page 2)Check.py 3)Sucess.html

Login Page has a form username and password
Check page connects to DB and checks if the user exists
Success page

In Check.py, On success login check I would like the page to redirect and go to success page.

I am not sure how to?
Reply


Messages In This Thread
Redirect in Python - by vj78 - Apr-02-2021, 10:41 PM
RE: Redirect in Python - by SheeppOSU - Apr-03-2021, 01:52 AM
RE: Redirect in Python - by vj78 - Apr-03-2021, 02:44 AM
RE: Redirect in Python - by SheeppOSU - Apr-03-2021, 05:39 AM
RE: Redirect in Python - by ndc85430 - Apr-03-2021, 06:03 AM
RE: Redirect in Python - by snippsat - Apr-03-2021, 10:47 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Api request redirect url pietervp 1 1,753 Jul-28-2022, 03:05 PM
Last Post: snippsat
  Redirect uri mismatch github in django SubratP 0 1,645 Oct-04-2021, 05:04 PM
Last Post: SubratP
  redirect to page rwahdan 1 1,786 Aug-16-2021, 10:05 AM
Last Post: Larz60+
  Redirect Url calancathy 2 3,290 Jan-13-2020, 11:54 AM
Last Post: calancathy
  Flask redirect(request.url) returns None iFunKtion 1 10,504 Nov-27-2018, 10:50 PM
Last Post: nilamo
  Django don't redirect to an external url PeppePegasus 0 4,473 Dec-07-2017, 02:25 PM
Last Post: PeppePegasus

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020