> I am looking at EchoSigns API, and it specified to provide a URL for a
> callback that will receive the signed document via an HTTP PUT:
>
> "The url to which EchoSign will do a HTTP PUT operation with the final
> signed PDF. HTTP authentication is supported using standard embedded syntax
> - i.e.  <http://username:passw...@your.server.com/path/to/file>
> http://username:passw...@your.server.com/path/to/file.";
>
> How would I handle this via CF? I need to be able to update the database
> when this file is delivered.

CFHTTP supports all HTTP verbs, including PUT and DELETE.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336537
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to