Closed jskinne3 closed 11 months ago
We are trying to learn if one of our ideas for data exchange is allowable in browsers, and if it runs into rules guarding against XSS attacks.
Set up two servers on two different ports, and assign them different domains in hosts file.
Use this python flask template.
Make a little GET endpoint that exposes a file on one server, and a button to fetch the file on the other server.
A pull request for this experiment: https://github.com/GSA-TTS/10x-data-exchange/pull/3
We are trying to learn if one of our ideas for data exchange is allowable in browsers, and if it runs into rules guarding against XSS attacks.
Set up two servers on two different ports, and assign them different domains in hosts file.
Use this python flask template.
Make a little GET endpoint that exposes a file on one server, and a button to fetch the file on the other server.