Using wildcard hostnames
{
"name": "My API",
"hosts": ["*.example.com", "service.com"]
}GET / HTTP/1.1
Host: an.example.comGET / HTTP/1.1
Host: service.comLast updated
Was this helpful?
{
"name": "My API",
"hosts": ["*.example.com", "service.com"]
}GET / HTTP/1.1
Host: an.example.comGET / HTTP/1.1
Host: service.comLast updated
Was this helpful?
Was this helpful?