-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No access token field #16
Comments
Any ideas about this? |
Hey Sam, thanks for filing this and sorry for having missed it back in March! Unfortunately I don't have access to an Android phone for testing right now, but I've checked the iOS version which also only gives two different fields:
The description in iOS says "Enter a URL above and the app will send its data there. Note that there is no authentication other than this URL, so make sure the URL you enter contains your API key or other token", which seems to reflect what the Android version here is doing? :-) |
That sounds like a good solution, thanks! And no worries about the delay, my project is not a fast-moving thing (although, once I get this set up, I guess I'll know at least how fast! :-P) I think the intention is that the app send an Authorization header though, as that's also what the example shows. Or maybe the docs are wrong? I'd be happy to help with testing on Android, if there's anything I can do. |
Right, the intention seems to be to send the authorization headers, but I checked the iOS version of Overland on which we've based the Android one and there doesn't seem to be a way to add the tokens etc. either (see screenshot below). pinging @aaronpk: I wonder if that's was a planned feature that hasn't made it into the iOS version yet. And as we basically just ported the Android version it's not in that one either ;-) |
The 'Receiver Endpoint' popup form is supposed to have "an access token which will be sent in the HTTP Authorization header", but it doesn't seem to exist. Is there a way to enable this?
(I'm trying to add Overland support to a blogging tool: samwilson/twyne#79 )
The text was updated successfully, but these errors were encountered: