Skip to content

v1.1.1

Compare
Choose a tag to compare
@AndrewWalsh AndrewWalsh released this 02 Nov 03:19
· 34 commits to main since this release
  • @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.
  • Simplified HTTP auth implementation