sharkio-dev / sharkio

Sharkio is an API proxy for your development environments. It records all the requests that are sent to your API. It allows you to replay the requests easily. Generate types, documentation, test suites, And interact with your API using AI.
https://sharkio.dev/
MIT License
5 stars 1 forks source link

Adding missing support for some url formats #427

Closed Tamir198 closed 7 months ago

Tamir198 commented 7 months ago

Fixed the regex that validates url formats to support the Forwarding link we get from ngrok:

This is how the app looks with the new support:

Inserting the url we got from ngrok:

image image

Other formats are also supported : image image image