Is there an example usage of TSHttpConnect somewhere? I did not see any in the examples.
-- Erik Earle 206.664.4016 tie line: 8.664.4016 [email protected]<mailto:[email protected]> Walt Disney Connected and Advanced Technologies 925 4th Ave - Suite 1600 - Seattle - 98104 From: Leif Hedstrom [mailto:[email protected]] Sent: Wednesday, April 20, 2011 2:33 PM To: [email protected] Cc: Earle, Erik Subject: Re: using curl during an http transaction On 04/20/2011 02:16 PM, Earle, Erik wrote: Hi all. I'm new to the list and trafficserver. I'm building a plugin to do OAuth 2. I'm looking to make a call to a separate (REST) service to do the OAuth token validation. Does anyone have experience with using something like curl or vconnections, etc... to make a separate http request during an http transaction? You want to use the appropriate APIs that we provide to perform HTTP requests, e.g. TSNetConnect() or TSHttpConnect(). -- leif
