Trying to access your dev environment?
What UltraHook does:
- Make it easy to receive webhooks on localhost
- Relay HTTP POST requests
- Provide a persistent hostname
- Work through most firewalls and run on most computers
- Return a 200 OK status code on HTTP POST requests
What UltraHook does not do:
- Expose your dev environment to the world
- Relay HTTP GET requests (this is why you see this message)
- Relay the response code from localhost back out to the original requestor