A question about HTTP_AUTHORIZATION

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Charles

    A question about HTTP_AUTHORIZATION

    Is it possible to forward the HTTP_AUTHORIZAT ION server variable to another web site? The setup follows

    Server Production
    The production server has a portal that returns the userid and password in the HTTP_AUTHORIZAT ION server variable. The portal calls a web page (webform) that can decode the HTTP_AUTHORIZAT ION server variable. On this web page I can use the userid and password as I wish. However, I also want this web page to Transfer to a Test Server with the value of the HTTP_AUTHORIZAT ION server variable

    Server Test
    The test server has a VB.NET web application that is still in development but is tested on a test server when a part of the web application has been completed. I would like to have my application use the HTTP_AUTHORIZAT ION server variable with the values that I get from the production server

    I am using the Production Server only to authenticate a user. I am using the test server so that I can update the application without having to restart the production server

    Thank you for your time
    Charle

Working...