If you are asking a question, please follow this template:
- My goal is:
- To call RPC commands behind HTTP Digest Authentication from a web app using XMLHttpRequest
- My actions are:
- RPC commands run successfully from the web app.
- Secured RPC endpoints behind HTTP Digest Authentication according to https://mongoose-os.com/docs/mongoose-os/userguide/security.md#securing-rpc
- Verified that HTTP Digest Authentication is working via curl in terminal
- Attempted to call RPC endpoints using a digest library in web app
- The result I see is:
- HTTP Digest unauthenticated response returns 401, but does not include the Cross Origin headers in the response, so the browser blocks the response.
- My expectation & question is:
- How can I get the HTTP Digest unauthenticated nonce response to also return Cross Origin headers?