emeraldpay / emeraldpay/dshackle
MetaMask Support / HTTP OPTIONS Support
- Dominant language
- Rust
- Stars
- 350
- Forks
- 57
- PR merge metrics
- No merged PRs in 30d
Description
It would appear that MetaMask is not compatible with `dshackle` either and I believe the root cause for that incompatibility is that `dshackle` does not support HTTP OPTIONS requests.
Request from the MetaMask Extension:

You'll notice it's `/eth/` in the screenshot, but `/eth` doesn't work either (I was just testing)
The reply is a 404
I think the only way around this right now is to place `dshackle` behind a proxy like `haproxy` or `nginx` and force those to handle HTTP OPTIONS requests.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.