Jump to content
Registration disabled at the moment Read more... ×

fatih

Members
  • Content Count

    6
  • Joined

  • Last visited

Community Reputation

1 Neutral

Technical Information

  • Delphi-Version
    Delphi 10.3 Rio
  1. fatih

    404 Statuscode in THttpCli

    I was about to ask the same thing. 404 status code is misleading in timeouts. My workaround: try except if SslHttpCli1.RequestDoneErrorStr='Custom Timeout' then MyResponseCode:=-1 else MyResponseCode:=SslHttpCli1.StatusCode; end;
  2. Oh OK. I used overbyte.eu/wiki and downloaded ICS V9.1. Thank you.
  3. Hello, I'm trying the new version ICS-V9.1. However, it seems nothing has changed. I still get 400 status code.
  4. Hello, I downloaded this file just now: https://wiki.overbyte.eu/arch/icsv91.zip I'm trying to install it but I can't due to "[dcc32 Error] OverbyteIcsSslBase.pas(1724): E2003 Undeclared identifier: 'X509_get_X509_PUBKEY'" Update: Finally managed to install it.
  5. Hello. I use SslHttpCli1 and SslContext1 to get URLs (ICS v9.0). I found a problem which Indy idHttp works fine. This results Http 200: https://test.com/?test This results Http 400: https://test.com?test How can I solve it?
×