Will Nilsson

Results 3 comments of Will Nilsson

Hi, its not working for me. If I click on the Authorize button I can see an "access_token" returned via Fiddler which is great but the operations do not send...

Yes its a webHttpBinding with Transport mode. We don't set the client credential type...

We are able to get this working - the main issue was that the schemes property was missing in the web.config i.e. < setting name="Schemes" value="https;http" /> Also, even though...