Serving another web site which requires authentication

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • hasnihon.support@gmail.com

    Serving another web site which requires authentication

    Hi,

    I need your suggestions about the topic.
    Actually, I'm not sure where to start but basically, I want to make
    something like;

    (I have an account on a site which requires log-in)
    - I'll be logged-in to that site with my account in my server.
    - And when a user connects to my site, I'll forward him/her to that
    site, using my account even if he/she doesn't have an account
    on that site...

    probably, I need to develop a proxy to do this, but I'm not sure...
    (I use python + django)

    I really appriciate your ideas.
  • binaryj

    #2
    Re: Serving another web site which requires authentication

    ur in luck i am an expert at this!
    tell me the details , site name etc

    you would have to proxy everything, basically the urls in the copied
    page have to be changed to point to ur site.

    its highly possible. a minor adjustment to ur urlconf and it will work.

    Comment

    Working...