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)
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
Indy error in Delphi 7: Undeclared identifier: 'hoWantProtocolErrorContent'
When using TIdHTTP to send GET commands with JSON variables, sometimes the server returns me the error below:
HTTP/1.1 500 Internal Server Error
Using Insomnia for testing JSON results, I see an ent...
Tractnet
Votes: 0
Answers: 1
Indy IdHttp, SSL and Proxy in Delphi
I use Indy 10.6.2 with Delphi 7.
I must connect to a https server. I use this code :
FIdHTTP := TIdHTTP.Create(nil);
FIdHTTP.HandleRedirects := True;
FIdSSL := TIdSSLIOHandlerSocketOpenSSL.Create(nil)...
varlau
Votes: 0
Answers: 1