Hi All,
I am sending an http request to an http site using GET via the the Download method where the header has to include The Authorization Bearer {token}. The code looks fine but tbe response comes back with Frbidden with httpjob as success=false.
Just fyi the token I receive is formatted as base64url safe in 3 sections separated with a period(.) As Header, Payliad & Signature respectively.
I want to be 100% sure that my calls are not missing any unique setting for calling an http site with Authorization Bearer header. If Im good then it must be the server or token mismatch.
I am sending an http request to an http site using GET via the the Download method where the header has to include The Authorization Bearer {token}. The code looks fine but tbe response comes back with Frbidden with httpjob as success=false.
Just fyi the token I receive is formatted as base64url safe in 3 sections separated with a period(.) As Header, Payliad & Signature respectively.
I want to be 100% sure that my calls are not missing any unique setting for calling an http site with Authorization Bearer header. If Im good then it must be the server or token mismatch.