0

I'm 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

4

1 回答 1

0

The problem is that the cfhttp enforce encoding of the URL. I found a function on the below blog that can be used to replace the cfhttp

http://coldfusion9.blogspot.gr/2012/03/custom-cfhttp-tag.html?showComment=1366715001465#c172925816683016138

于 2013-04-23T11:25:15.857 回答