views:

369

answers:

2

How can I send a DELETE request with delphi 7 and the ICS component so that I can access a REST api?

A: 

All I could find...

http://wiki.overbyte.be/wiki/index.php/THttpCli.OnBeforeHeaderSend

pritaeas
+1  A: 

Another option would be to use the synapse library. Its very easy to use and extend. I have modified it for use against a REST api without any major problems.

skamradt