\page making_a_http_request Making Arbitrary HTTP Requests Using D++ If you wish to make arbitrary HTTP(S) requests to websites and APIs, e.g. to update statistics on bot lists, you can use code similar to the code below. You may pass any arbitrary POST data: \include{cpp} http_request.cpp