Skip to content

Redirectless

Compare
Choose a tag to compare
@davidnewhall davidnewhall released this 31 Aug 10:57

This release changes how redirects are handled. They now result in an error instead of an attempt to use the data from the redirect. This was causing POSTs to become GETs and an error was thrown anyway. Now it's more obvious what happened, and it indicates a base url path is missing from the url provided. Also added response headers to debug output.