python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Enable Perfect Forward Secrecy In Indy 10?
In How to enable Perfect Forward Secrecy In Indy 10?, the question is answered for Delphi. As I am trying to achieve the same in C++, I get stuck at the SSL_CTX_set_ecdh_auto() method. It is present i...
Ludo Stroetenga
Votes: 0
Answers: 1
TcpClient giving errors at thread execute at connect and write
I'm having a problem on a laptop connection to TIdTCPServer. The thing is, it connects fine, sends a command, but when it tries to send it again, it gets socket error 10053 or 10004 or 10054.
The same...
PSDEVS
Votes: 0
Answers: 1
Handle custom Error message on Bad request
I'm developing an Android app (Client). The server works with C#. When I make some request specifically some Posts, I'm getting an error message on bad request such as 'HTTP/1.1 404 Not Found' which i...
Antonis
Votes: 0
Answers: 1
Delphi Indy http.get with curl returns: unauthorized
According to the suppliers data i should have:
Http type GET
Response type: application/json
Parameter: Authorization: bearer + Token
Curl: curl -X GET --header 'Accept: application/json' --header '...
ncoberten
Votes: 0
Answers: 1