I’m trying to set up an authentication page for a LAN. The routers provide the auth potential but they also require that I pass get vars to the splash page which I have hosted in EE. However, this causes EE to freak out and provide the Invalid GET data error.
An example URL would be:
http://myurl.com/splash?base_grant_url=https://n19.google.com/&user_continue_url=http://yahoo.com/app/&node_id=3334390&node_mac=00💯0a:32:e0:f6&gateway_id=3324390&client_ip=10.12.21.81&client_mac=e0:f1:47:02:3c:36
I tried using the .htaccess fix here: https://gist.github.com/1354725
and tried using http://devot-ee.com/add-ons/super-globals and I’ve now filed it down to one query var that throws the error:
client_ip
Why would this one throw that error?
Is there anyway around this?
Any help would be greatly appreciated, thank you!!!