I need to configure a flash application to handle requests from any host in the HTTP header
If any fqdn is specified in SERVER_NAME, I have a 404 error if the request is sent with any other domain. How to define SERVER_NAME in configuration?
How can I request / route / display an HTTP host name?
source
share