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
@debakarr 's fix to ensure that we validate the JSON response, and not just rely on the mime type. In practice, this will catch some edge cases
Endpoints will now show basic auth as defined in the HTTP authorization header
Endpoints will now show digest auth as defined in the HTTP authorization header
There's more work to be done on the auth front. I took a look at har-to-openapi & it's clear that there are more opportunities to surface API keys and other important info. Next steps are to extract as much info from HTTP auth headers & cookies as possible.