1

1

Does the Case Cloner written by Michael work with FB 7.1.5?

I set the FB credentials correctly, or so I think...

I am getting 503 errors.

Here is what is output by the application:

---hWZHIm0loh2PrnMxs3wMWl3aSIbdGH
Content-Type: text/plain; charset="utf-8"
Content-Disposition: form-data; name="password"

mypassword
--hWZHIm0loh2PrnMxs3wMWl3aSIbdGH
Content-Type: text/plain; charset="utf-8"
Content-Disposition: form-data; name="cmd"

logon
--hWZHIm0loh2PrnMxs3wMWl3aSIbdGH
Content-Type: text/plain; charset="utf-8"
Content-Disposition: form-data; name="email"

myloginID
--hWZHIm0loh2PrnMxs3wMWl3aSIbdGH--

We use LDAP to authenticate user logins. I have tried using my email address and my network loginID as the "email" field value. I have the URL set to: https://fogbugz.myurl.com

Any help or tricks to get this useful app working would be greatly appreciated.

flag

1 Answer

2

It's just using the XML api. Does accessing the api directly (api.asp) work? What if you encode your email and password in the query string?

link|flag
I guess I didn't fully understand your answer until I read your comment on this similar question. fogbugz.stackexchange.com/questions/1075/… Adding the api.asp to the url works. fogbugz.myurl.com/api.asp Finally I can use this wonderful tool! – Grik Jun 21 2010 at 16:45

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.