Yet another authentication issue?

Answered

Comments

2 comments

  • Andreas Haugstrup Pedersen

    Hi Hendrik,

    I don't know very much about .NET (one of my colleagues will jump in to help). I do know that one issue several people have had is that the final slash is being stripped automatically, but that you can work around it by adding a second slash.

    Attempt with this line:

    request.Resource = String.Format("/item/app/{0}//", appID);

    0
    Comment actions Permalink
  • Hendrik Wiese

    Ah, I see! I've read that before somewhere here but couldn't remember. That did the job. Thanks. Maybe that's a point for a .NET related FAQ, what do you think?

    0
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk