These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

IGN Headers issue

Author
Lokals
Royal Amarr Institute
Amarr Empire
#1 - 2012-11-11 18:51:03 UTC  |  Edited by: Lokals
Hi,

I have an issue with the headers of the in-game browser.


With this simple code :

Quote:
if(!isset($_SERVER['HTTP_EVE_TRUSTED']) OR $_SERVER['HTTP_EVE_TRUSTED'] != 'Yes')
{
die();
}
else { ... }



It fail every time, even if I add the domain to my igb thrusted list (the small green icon on the bottom-right corner is present).

Any solution or feedback ?
Steve Ronuken
Fuzzwork Enterprises
Vote Steve Ronuken for CSM
#2 - 2012-11-11 20:01:34 UTC
Which web server are you using?

Because Apache 2.4 doesn't pass headers with underscores in them. Neither does Nginix (or whatever it's called)

Woo! CSM XI!

Fuzzwork Enterprises

Twitter: @fuzzysteve on Twitter

Kosmoto Gothwen
Frenemy Logicians
#3 - 2012-11-12 02:38:53 UTC
It's possible that it's SSL isn't set up on the web site host server.
Lokals
Royal Amarr Institute
Amarr Empire
#4 - 2012-11-12 05:30:10 UTC
Steve Ronuken wrote:
Which web server are you using?

Because Apache 2.4 doesn't pass headers with underscores in them. Neither does Nginix (or whatever it's called)



Correct. I am using apache 2.4.

Steve Ronuken
Fuzzwork Enterprises
Vote Steve Ronuken for CSM
#5 - 2012-11-12 10:28:47 UTC
Lokals wrote:
Steve Ronuken wrote:
Which web server are you using?

Because Apache 2.4 doesn't pass headers with underscores in them. Neither does Nginix (or whatever it's called)



Correct. I am using apache 2.4.




https://forums.eveonline.com/default.aspx?g=posts&m=1910845

Might be of interest

Woo! CSM XI!

Fuzzwork Enterprises

Twitter: @fuzzysteve on Twitter