How to simulate a browser with Delphi -



How to simulate a browser with Delphi -

i need build application stock exchange info on web. this, need page code , send requests (post , get). i'm trying create bot. help me please?

delphi ships indy, has tidhttp , tidcookiemanager components handling http requests , replies.

delphi browser bots

Comments

Popular posts from this blog

c# - Move local mssql database to webhosted MYSQL -

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -