Hi,There's a password protected Map Server running IIS that I want to access via REST services, but I don't know how to go about doing the authentication. I keep getting the following message:{"code":499,"message":"Unauthorized access","details":[]}
I thought maybe I'd be prompted for user/pass but that's not happening. I don't believe I can send the user/pass as part of the REST request itself either, so I'm somewhat lost at this point.Any ideas? Thanks.