mikekelly / hal-browser

An API browser for the hal+json media type
MIT License
835 stars 157 forks source link

Default credentials to false for backwards CORS compatibility #80

Closed billyyarosh closed 8 years ago

billyyarosh commented 8 years ago

@mikekelly Fixes issue #78 Credentials should be a default to false option with availability to override. It should not break existing user functionality when attempting http over CORS accepting APIs.

mikekelly commented 8 years ago

thanks 👍

AndersDJohnson commented 7 years ago

@mikekelly Will you be publishing to the site with this fix soon? #78 is still open.

AndersDJohnson commented 7 years ago

@mikekelly Oh, seems like this might break #58 - do we need to expose a UI to make this configurable?