Basic-Auth icon indicating copy to clipboard operation
Basic-Auth copied to clipboard

Remember to log out when using a browser curl etc.

Open brianlmerritt opened this issue 10 years ago • 3 comments

Basic Auth appears to authenticate users fine - hooray!

However, when accessing it via a browser curl tester like Rest Console or Postman, if that browser is already logged into the site (as admin for example) then the POST functions (insert post, change post etc) fail.

Not a bug per se, but a real gotcha for anyone testing the api...

brianlmerritt avatar Oct 05 '14 10:10 brianlmerritt

I have this issue too. Any ideas on ways to resolve this issue? Thanks!

gavinr avatar May 29 '15 04:05 gavinr

merge in pull request https://github.com/eventespresso/Basic-Auth/commit/c1f070b605d3f97af9b7786ac74d04f72a19617f :) It has resolved the issue for me

mnelson4 avatar May 29 '15 17:05 mnelson4

Thanks for the fork @mnelson4, it worked great for me!

pgqueme avatar May 30 '17 13:05 pgqueme