View Single Post
ginggs's Avatar
Posts: 306 | Thanked: 582 times | Joined on Mar 2012
#50
Originally Posted by hmcosta View Post
Do you agree that this problem of the WiFi saved connections reverting to manual only happens to someone that has reset the settings?
In my case, I think it was coincidental.

Originally Posted by hmcosta View Post
At least that was my case... with or without the Nokia test connection server... I believe now it is up and I am suffering still the same.
I wasn't aware that it was back up, but it looks that way:
Code:
$ wget --spider --server-response --header='X-Nokia-WLAN-Connectivity-Test: true' http://connectivity-test.ext.nokia.com/
Spider mode enabled. Check if remote file exists.
--2016-01-09 06:52:08--  http://connectivity-test.ext.nokia.com/
Resolving connectivity-test.ext.nokia.com (connectivity-test.ext.nokia.com)... 191.238.96.69
Connecting to connectivity-test.ext.nokia.com (connectivity-test.ext.nokia.com)|191.238.96.69|:80... connected.
HTTP request sent, awaiting response... 
  HTTP/1.1 204 No Content
  Server: nginx/1.6.2
  Date: Sat, 09 Jan 2016 04:52:07 GMT
  Connection: keep-alive
Remote file exists.
If you don't send the X-Nokia-WLAN-Connectivity-Test header, it returns 403:
Code:
$ wget --spider --server-response http://connectivity-test.ext.nokia.com/
Spider mode enabled. Check if remote file exists.
--2016-01-09 06:55:47--  http://connectivity-test.ext.nokia.com/
Resolving connectivity-test.ext.nokia.com (connectivity-test.ext.nokia.com)... 191.238.96.69
Connecting to connectivity-test.ext.nokia.com (connectivity-test.ext.nokia.com)|191.238.96.69|:80... connected.
HTTP request sent, awaiting response... 
  HTTP/1.1 403 Forbidden
  Server: nginx/1.6.2
  Date: Sat, 09 Jan 2016 04:55:46 GMT
  Content-Type: text/html
  Content-Length: 168
  Connection: keep-alive
Remote file does not exist -- broken link!!!
For reference, 191.238.96.69 does not respond to pings.
 

The Following User Says Thank You to ginggs For This Useful Post: