Delphi 7 & ICS sending DELETE requests - Stack Overflow most recent 30 from stackoverflow.com 2009-12-03T01:07:15Z http://stackoverflow.com/feeds/question/366291 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/366291/delphi-7-ics-sending-delete-requests 0 Delphi 7 & ICS sending DELETE requests Unkwntech 2008-12-14T08:11:31Z 2009-03-13T16:05:56Z <p>How can I send a DELETE request with delphi 7 and the ICS component so that I can access a REST api?</p> http://stackoverflow.com/questions/366291/delphi-7-ics-sending-delete-requests/640755#640755 0 Answer by pritaeas for Delphi 7 & ICS sending DELETE requests pritaeas 2009-03-12T22:33:23Z 2009-03-12T22:33:23Z <p>All I could find...</p> <p><a href="http://wiki.overbyte.be/wiki/index.php/THttpCli.OnBeforeHeaderSend" rel="nofollow">http://wiki.overbyte.be/wiki/index.php/THttpCli.OnBeforeHeaderSend</a></p> http://stackoverflow.com/questions/366291/delphi-7-ics-sending-delete-requests/643423#643423 1 Answer by skamradt for Delphi 7 & ICS sending DELETE requests skamradt 2009-03-13T16:05:56Z 2009-03-13T16:05:56Z <p>Another option would be to use the <a href="http://www.ararat.cz/synapse/doku.php" rel="nofollow">synapse</a> library. Its very easy to use and extend. I have modified it for use against a REST api without any major problems.</p>