@telim2
This will fall in the same lines at the LinesFromFile but instead of Use Only Once, you will use them Unlimited if they are changing every X minutes. You can also add a WAIT to the usage of milliseconds after adding the resource. 300000 = 5 minutes
@allister said in How do i read lines from a text file without using Resources:
There's one of 2 ways;
Resource's
@dataenter179 said in Cannot load localhost when using proxy!!!:
Same title, i can't load localhost when i using proxy. Please help me!
In computer networking, localhost is a hostname that means this computer. It is used to access the network services that are running on the host via the loopback network interface.
In computer networking, a proxy server is a server application or appliance that acts as an intermediary for requests from clients seeking resources from servers that provide those resources. A proxy server thus functions on behalf of the client when requesting service, potentially masking the true origin of the request to the resource server.
How do you imagine using a proxy to access localhost?
Create a TXT file with all your proxies - each proxy in new line.
Define a resource in BAS and make it "Lines from file" and
"use each line one time" along with "Only read" setting.
That way each thread will start new browser instance and
use new resource line because its set to use each line only
one time. When all proxies are used one time, script will
finish.