Hello,
This is a fairly simple issue that I’m dealing with, in that I don’t know how to include authentication details (just a simple username and password) with a HTTP GET request with RequestAsync().
Do I write the info as a header? If so, how exactly do I do this?
I’ve tried some things and they haven’t worked, and searching has pulled up no straightforward answers.
I’d appreciate any help with this