Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^2: Send user to a different server

by Michalis (Pilgrim)
on Jul 30, 2004 at 07:47 UTC ( [id://378619]=note: print w/replies, xml ) Need Help??


in reply to Re: Send user to a different server
in thread Send user to a different server

I have no problem doing the POST, the problem is, as someone else correctly said, that the data is sent back to me and I present it (and collect new data) through the NON-secure server, which is a problem.
Thanks for the help though.
-- Michalis

Replies are listed 'Best First'.
Re^3: Send user to a different server
by dfaure (Chaplain) on Jul 30, 2004 at 09:00 UTC

    AFAI Understand your pb, I may schematize it like:

    +----------------+ | Client Browser | +----------------+ |^ ^ |^ || / || [A] || / || [C*] || / || v| /(B2) v| +----------+ +-----------+ | HTTP Svr | | HTTPS Svr | +----------+ +-----------+ (B1) \ ^ (C1) v _ / / \ |\_/| | | \_/

    Where:

    • A: POST/OK action(request)/responses(status) exchanges required to validate form datas.
    • B: (1) storage of form datas and (2) HTTP 30(2|3) response reply when data are validated to redirect client to secured server (without forgetting passing a kind of index to stored datas).
    • C: GET/POST/OK action(request)/responses(status) exchanges around secure datas. GET (required, see below) would retrieve previously stored datas.

    You may report to this (Redirection of a POST transaction to another URL as POST) for more details about requirements.

    Caution: I've not tested this stuff, but you could merely post your perl solution to CUFP ;)

    ____
    HTH, Dominique
    My two favorites:
    If the only tool you have is a hammer, you will see every problem as a nail. --Abraham Maslow
    Bien faire, et le faire savoir...

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://378619]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (8)
As of 2024-04-24 10:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found