Hello, everyone.
I’m thinking of adding a small form to my app to submit a bug report to my GitHub repo (for beta testers). In order to make the POST, however, I need to authenticate myself first.
I’m using the Asynchronous HTTP methods listed here, and thought simply sending an “Authorization” header with the username/password base64-encoded would suffice, but that didn’t work. (Then again, it is late…perhaps I made a simple mistake? hehe)
Anyway, any thoughts on how to do this…if it’s even possible? Thanks in advance for the help.
Christopher
PS
I suppose I could POST to a third-party script and perform the authenticated request there, but I’d like to do this in the simplest fashion if possible. [import]uid: 21712 topic_id: 7818 reply_id: 307818[/import]