In other words, you can NOT pass an IP as "const char *" to client.connect().
So, with IP inside a string, you should do :
IPAddress ip("192.168.4.99");
client.connect(ip, 80);
http://jumphigher.esy.es/
I've done a "ping jumphigher.esy.es" and it was working ...