문제

I can't seem to logon to the FogBugz v8 API with my credentials. Our system is setup to use Active Directory.

Does it not allow this?

도움이 되었습니까?

해결책

Finally figured this one out!

When calling the API YOU MUST URL ENCODE ALL THE URL PARAMETERS!!

In my case I wasn't encoding the username (my email) and password (lots of goofy characters)

ONE MORE NOTE: You must URL Encode the API Token as well.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top