HTTPS Auth for REST and/or Basecamp API help?
Hi everyone,
We have a student who wants to connect to the basecamp API (https://github.com/37signals/bcx-api).
Now in c# I can work this no issue, but having some issues setting up the service parameters in appery, it just doesn't seem to want to authenticate over HTTPS at all for this. I've setup username + password parameters in my service request, but every time I click test It just says your session has expired. Is this an issue with basic authentication over HTTPS for rest services with appery?
Has anyone used the basecamp api at all with any success? I can't see why it wouldn't' work, it's a standard REST API returning JSON.
Kind regards
// Carl