Skip to content

Fix urlencode issue and add port

Compare
Choose a tag to compare
@JustSteveKing JustSteveKing released this 19 Oct 12:56
· 29 commits to main since this release

Previously urlencode would encode the full url, where as the ideal functionality is to URL encode just the query parameters. This has now been fixed.

I have also added the ability to add a port and parse the port from a URL string, so that local development is easier - and those services that require a port can be used nicely.