Hacker News new | ask | show | jobs
by albinowax_ 3669 days ago
Agreed, definitely don't put a session token in the URL. I'd recommend using a custom HTTP header to transmit it - this way you aren't forced to use POST for everything.