Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions doc/crossdomain.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM
"http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<allow-access-from domain="resttest.nyfelix.c9.io"/>
</cross-domain-policy>
10 changes: 10 additions & 0 deletions doc/setup_env.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
To use RestTest with your server, there are two concepts to setip

1.) Flash and crossdomain.xml

Add a crossdomain.xml to the root of the service provider which allows access from resttest.
An example can be found in this directory.

2.) Upload a seedfile to the server

This is not yet Implemented
1 change: 1 addition & 0 deletions node_modules/.bin/express

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions node_modules/express/.npmignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading