How big is the file when you get it downloaded? It looked much larger than 4095 bytes. If so, I think you may be disappointed when you try to access it with a script. Or has that limit changed lately?
I want to get the first proxy in the page to use it as parent proxy
every time i think in new way to make what i want i found something is stopping me
Can i save a part of the page to fit the Max limit size?
Can i force fetch to download file via proxy ??
Can i make Mikrotik tTest parent proxy??
any other idea
i want to make script make Mikrotik Router smart in selecting good working parent proxy.
I think I would try using my Apache server to download the file and parse out all the proxy ips with a shell script or C program. Then put the resulting file (much smaller now) into the server’s web folder. Then fetch that file with the router.
Have you considered doing it the “caveman” way? Put the ips in a text file and upload it into the router. Those ips probably don’t change that often. Then use the text file contents to choose an operating proxy with a script.