Search found 4 matches

by Taeram
Sun Nov 08, 2015 8:52 am
Forum: Webhosting
Topic: HTTP Authorization header not being passed to application
Replies: 2
Views: 1454

Re: HTTP Authorization header not being passed to application

Fantastic, thanks! The solution you linked to did indeed fix the issue.

Adding the following to my .htaccess file ensured the Authorization header showed up in the $_SERVER array:

SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1
by Taeram
Sat Nov 07, 2015 11:13 am
Forum: Webhosting
Topic: HTTP Authorization header not being passed to application
Replies: 2
Views: 1454

HTTP Authorization header not being passed to application

I'm having issues with a PHP application which uses the HTTP Authorization header for authentication. From what I can tell, the application isn't getting the Authorization header. To test this out, I created a Request Bin (http://requestb.in), and sent a test request to it: curl -H "Authorizati...
by Taeram
Tue Oct 06, 2015 8:43 am
Forum: Webhosting
Topic: Subdomain on NFO, DNS with external company
Replies: 2
Views: 1426

Re: Subdomain on NFO, DNS with external company

I've submitted a ticket for this one, as it doesn't seem like it's a software issue.
by Taeram
Mon Oct 05, 2015 6:15 pm
Forum: Webhosting
Topic: Subdomain on NFO, DNS with external company
Replies: 2
Views: 1426

Subdomain on NFO, DNS with external company

I have a separate company serving as my DNS host, and I'd like to keep hosting my DNS with this host. I'd also like to host a subdomain off of my domain with NFO. Ideally, I'd like to setup a CNAME from my DNS host to my <servername>.site.nfoservers.com. I've tried a test by creating a CNAME for <su...