I was trying to invoke the below URL: https://api.linkedin.com/v1/people/~:(id,first-name,last-name,industry,skills)?oauth2_access_token=blabla When I make the call directly from the browser it works fine, but if I call it using cfhttp request I got 404 Not Found error. The issue is most likely related to url encoding, kindly advise how send the request using cfhttp or another method without being enforced to be urlencoded, I have replaced the cfhttp tag with the custom cf_http method as below: Coldfusion: Custom cfhttp tag : Annoyed by the limitations of the default cfhttp tag i have written a custom cf_http tag that overcomes some of the limitations. Well any co...