Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add HTTPS requirement to sep6 #381

Merged
merged 2 commits into from
Aug 27, 2019
Merged
Changes from 1 commit
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
4 changes: 4 additions & 0 deletions ecosystem/sep-0006.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ Valid CORS headers are necessary to allow web clients from other sites to use th
Access-Control-Allow-Origin: *
```

## HTTPS Only

This protocol involves the transfer of value, and so HTTPS is required for all endpoints for security. Wallets should refuse to interact with any insecure HTTP endpoints.
msfeldstein marked this conversation as resolved.
Show resolved Hide resolved

## Recommendations

SEP-6 lays out many options for how deposit and withdrawal can work. These are recommendations for getting a wallet or anchor implementation working with minimal effort while providing a great user experience.
Expand Down