fugazi-io / webclient

web based terminal application for executing local and remote commands
http://fugazi.io
28 stars 12 forks source link

CORS cookies #89

Open amir-arad opened 7 years ago

amir-arad commented 7 years ago

using cookies in connectors require the CORS request to use the credentials flag and the connector to use the Access-Control-Allow-Credentials header.

the credentials flag should be turned on here