Note that there are some explanatory texts on larger screens.

plurals
  1. USZoolok
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. CO... For this, I extended RedirectRequestTarget and tried to insert the request parameters into the Request itself. I've also noticed that you can only add cookies to the Response. Anyway, to cut the story short, the parameters all get lost once I reach the secure server. If anyone has any idea on this, again, I'd like to hear it :)
      singulars
    2. COHi, me again :) Sorry for not replying sooner, I've been a bit busy. The things I have to add are these: cookies cannot be used, because the non-secure and the secure server will be on different domains. Speck's idea was my favourite, and I started implementing it, but since it uses cookies, I can't use it. So, instead, I'll try to set the login form on the web shop to submit its contents directly to the secure server. To be honest, I'm not sure how to do this. What I did try to do so far was to "inject" all the parameters I needed into the RequestCycle...
      singulars
    3. COThanks for your help, but that's not the way I can go with this. We don't have a session server, and we also don't want to keep the session in the SQL server that the application uses. And, since I can't keep the username and password in the cookies, I have to tell the non-secure server to create an object that holds all the information and then pass it to the secure server. If you have any ideas on how I could do this, I'd be very grateful :)
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload