Thanks to Robinson buckler ..Email this great herbal doctor cured me from herpes virus and he brought my ex lover back via his email robinsonbucler@gmail. com ........
Show HN: Endpoints.dev – Pastebin for HTTP Requests
51–52 of 52 posts
Re: Show HN: Endpoints.dev – Pastebin for HTTP Requests
#52Earlier quoted context omitted.
Not the author, but there's no config that needs to be generated. Just run a HTTPS server with a wildcard cert that serves all traffic from a wildcard 'vhost' *.example.com to your application code. Then, your application can just look at the Host header to see which 'endpoint' it should serve.
Thanks! So I dont need to register every sub-domain? I thought that I must register every sub domain name on my DNS config.
Wildcard DNS records (i.e. `*.example.com`) are your friend in situations like this :)