GSA-TTS / 10x-data-exchange

1 stars 0 forks source link

Create two test servers #2

Closed jskinne3 closed 11 months ago

jskinne3 commented 12 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.

jskinne3 commented 11 months ago

A pull request for this experiment: https://github.com/GSA-TTS/10x-data-exchange/pull/3