You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide an AWS-hosted ElasticSearch cluster URL and index.
Note in the web inspector of your choice that the request to ${host}/${index}/_mapping includes an Authorization header, which causes the request to fail.
This Authorization header should not be sent.
The text was updated successfully, but these errors were encountered:
@mschnee Thanks for pointing this out. I have an idea on what's causing this. @metagrover@lakhansamani Is it possible to upgrade Mirage to use the latest appbase-js lib?
This is the cause of #16
Reproduction steps:
${host}/${index}/_mapping
includes anAuthorization
header, which causes the request to fail.The text was updated successfully, but these errors were encountered: