paulc asked
paulc replied
curl -X âGETâ âhttps://wsbc-f9db.herokuapp.com/nc/project_1_cpnv/api/v1/Test/1â -H âaccept: application/jsonâ -H âxc-auth: ________â
paulc replied
it was http previously, returned an error.. with HTTPs it returns a 403 forbidden result, with the same previous message.. Iâve been playing outside of Heroku, spun up a VM with Vultr to play around with, and having similar issues - definitely not as smooth as installing on my VM at home, which Iâm now trying to remember which way I did it, to try and replicate.. works fine in my local network but struggling to get it listening on the public IP.. The docs are good to a point, but lack a bit of detail for a couple of use cases (like non-docker, or public IP/proxying when in docker).. feel like âIâll get there, but could use a nudge in the right directionâ with a dose of âit shouldnât be this hard for a quickânâdirty demo, I feel kinda dumbâ haha
paulc replied
I was using API token.. then realized the docs/example talked about the user auth token.. which worked great.. so maybe the API token isnât for what I thought it was for?
paulc replied