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

Reply via email to