c++ how to listen HTTP requests -


im new in c++.

i need listen http requests.

please advice me tutorials or examples

thanks

update:

platform: windows language: c++

i explain more need

when user clicks row on page: http://ucp-anticheat.org/monitor.html applications automatically starts on client machine.

i want make same thing.

i think on client side service listens http requests , if url starts steam:// service automatically runs application...

do need listen http requests?

what best solution problem?

if question right, want able launch application when clicks link custom protocol, steam:// or telnet://. looking protocol handler.

a simple way register such application using ftype program, described here.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -