06-01-2018 03:32 PM
Hi,
Is there a solution to "decode" the value of "url" query string ?
Is the "url" initially requested page by the user ?
Here is an example of the login URL when a user comes on my external portal page :
https://my-webserver.local/index.php
?url=E2B8F3578D88E9B12D88FB428D83488ECB3F06945E31C5FBC89099D15D278E90A4AFE84A98C0A3BC2794F4538BA813C896
&ssid=La-Hune
&mac=010203040506
&autherr=0
&Called-Station-Id=f09010203040
&NAS-IP-Address=1.101.0.1
&RADIUS-NAS-IP=192.168.0.112
&Calling-Station-Id=010203040506
&STA-IP=192.168.0.38
&NAS-ID=NAS-ID_OF-MY-AP
Regards,
Thibault.
Solved! Go to Solution.
09-19-2018 12:30 PM
06-04-2018 03:44 PM
You can usually see what the client is requesting and what the web server is responding with in a packet capture, have you tried that? Most clients have pre-defined lists of URLs as well (such as iOS and Android).