Delphi 7 & ICS sending DELETE requests - Stack Overflow most recent 30 from stackoverflow.com2009-12-03T01:07:15Zhttp://stackoverflow.com/feeds/question/366291http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/366291/delphi-7-ics-sending-delete-requests0Delphi 7 & ICS sending DELETE requestsUnkwntech2008-12-14T08:11:31Z2009-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#6407550Answer by pritaeas for Delphi 7 & ICS sending DELETE requestspritaeas2009-03-12T22:33:23Z2009-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#6434231Answer by skamradt for Delphi 7 & ICS sending DELETE requestsskamradt2009-03-13T16:05:56Z2009-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>