Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我似乎无法使用我的凭据登录到 FogBugz v8 API。我们的系统设置为使用 Active Directory。
它不允许这样做吗?
终于想通了这个!
调用 API 时,您必须对所有 URL 参数进行 URL 编码!!
就我而言,我没有对用户名(我的电子邮件)和密码(很多愚蠢的字符)进行编码
还要注意:您还必须对 API 令牌进行 URL 编码。