I need some help to send http request with c++ projects. I should create win32api to use it for another languages. Please help me about that. How can I send http request with c++?
[vb]HTTP Request Problem 05/13/2012 - .NET Languages - 5 Replies Hallo. Ich habe ein kleines Problem mit HTTP Request bei einem vBulletin board.
Es gibt mir immer zurück das der Login fehlgeschlagen ist...
Hier der Code
Imports System.IO, System.Net, System.Text, System.Security.Cryptography
Module login
Public Function logintovb(ByVal user As String, ByVal pw As String)
Do you need a Http-Request Tutorial for C++ ? 06/12/2010 - C/C++ - 6 Replies A short time ago , i wanted to make some Http-Requests , it was really hard for me , because i did not want to use some Librarys or something like this , i wanted to have my own fuctions with tcp-connection . I searched the Internet for any help and i found just around 2 or 3 little things , that helped me .
It was really hard for me to make something working out of these things .
Of cause i could have used librarys or classes from other guys , but that is not mine ...
After a few days of...