I want to create engine that will send all the verified urls from TIER1
![image]()
To my custom indexer, via POST request.
The point is, how to retrieve all the urls (all at once) from another project and submit them in a form?

To my custom indexer, via POST request.
The point is, how to retrieve all the urls (all at once) from another project and submit them in a form?
(im creating projects with my software so its not an issue to work on the variables)
Project Tier2:
[verified_urls]
The idea i have now is,
Project Tier1:
![image]()
export verified=C:\projectname.txt|0|0|1
Project Tier1:

export verified=C:\projectname.txt|0|0|1
Project Tier2:
[verified_urls]
type=text
default=C:\projectname.txt
[step1]
post data=%file-%verified_urls%%
Question nr.1 is this macro in step1 going to crash (its variable inside a macro)?
Question nr. 2 can you find a better way to do it?
Question nr. 2 can you find a better way to do it?