Tell me, please, how to use Delphi7 to send a POST request for HTTPS (it swears at me very much). Sent through indie idhttp. If you send to HTTP, it does not swear. And if you add the letter S, then immediately swear. And yet, who knows snif on HTTPS?

  • Fiddler2 is a great proxy / sniffer. - Yura Ivanov
  • What curses it? What exactly says? Try disabling certificate checking - nolka

1 answer 1

In Delphi, use a set of components that work with SSL, otherwise there is no way! HTTPS does not process requests from a "left-side application" or site; it resets them. Therefore, only SSL, only hardcore =)