Skip to content

Commit

Permalink
Cookie names are case sensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
bpbecker committed Oct 12, 2018
1 parent 382ff11 commit e1a35e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Core/HTTPRequest.dyalog
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
Headers: HTTP Headers as 2 column matrix or name/value pairs
Page: Requested page
Arguments: Arguments to the command (cmd?arg1=value1&arg2=value2) as 2 column matrix of name/value pairs

Response⎕NS''
Response.(Status StatusText Headers File HTML HTMLHead PeerAddr NoWrap Bytes)200 'OK'(0 2'')0 '' '' '' 0(0 0)
Response.Requestcmd,data
Expand Down Expand Up @@ -241,7 +241,7 @@

rGetCookie name
:Access Public Instance
rname GetFromTable Cookies
rname GetFromTableCS Cookies

SetCookie ctl;name;value;path;date;z;keep
Expand Down

0 comments on commit e1a35e3

Please sign in to comment.