Re: [racket-users] Racket server for production use

2015-12-29 Thread Daniel Brunner
Well, actually, I overlooked that information in the prior posts. Sorry for the noise and thanks for the summary! Daniel. Am 29.12.2015 um 14:10 schrieb Jay McCarthy: > I don't understand your question. The net-cookies package is very good > for arbitrary cookies and the id-cookie library I linked

Re: [racket-users] Racket server for production use

2015-12-29 Thread Jay McCarthy
I don't understand your question. The net-cookies package is very good for arbitrary cookies and the id-cookie library I linked to is very good for just authentication. The posts prior to your question contain this information, so what are you asking? Jay On Sat, Dec 26, 2015 at 8:33 AM, Daniel B

Re: [racket-users] Racket server for production use

2015-12-29 Thread Daniel Brunner
Btw, what's the "standard" way to handle cookies? I learned from the documentation one should use the net-cookies package? (I am writing a small http client script and need to handle the authentication cookies as well). Kind regards, Daniel Am 24.12.2015 um 15:50 schrieb Marc Kaufmann: > In shor

Re: [racket-users] Racket server for production use

2015-12-24 Thread Marc Kaufmann
In short, do HTTPS with cookies and I should be fine (modulo bugs, weak passwords, etc). Thanks, that does answer very well the question that I didn't ask. On Thu, Dec 24, 2015 at 8:28 AM, Jay McCarthy wrote: > On Wed, Dec 23, 2015 at 10:38 PM, Marc Kaufmann > wrote: > > Hi all, > > > > I am h

Re: [racket-users] Racket server for production use

2015-12-24 Thread Jay McCarthy
On Wed, Dec 23, 2015 at 10:38 PM, Marc Kaufmann wrote: > Hi all, > > I am hopefully going to implement a minor website for gathering survey data > for some research I am doing. Due to data privacy and so on, I want to be > extra careful about security. First, I didn't understand the security >

[racket-users] Racket server for production use

2015-12-23 Thread Marc Kaufmann
Hi all, I am hopefully going to implement a minor website for gathering survey data for some research I am doing. Due to data privacy and so on, I want to be extra careful about security. First, I didn't understand the security concerns about URLS at http://docs.racket-lang.org/web-server/faq.h