HTTP digest authentication for AJAX requests -


hey so, i've got api i'm making calls in browser application. said api lives on server requires whitelisting , http digest authentication.

to meet whitelisting requirement, i'm running api calls through proxy, whitelisted. calls originating iframe, populated index.html file.

what need know how can authenticate via http digest in background. of resources can find online seem involve original http digest authentication setup, i'm looking automate login.

despite non-secretive subject matter, somehow critical keep digest parameters obfuscated users. perhaps change served file index.php , somehow set magic headers? then, if calls made via xhr, index.php headers authenticate separate request?

overall, i'm lost, , api developers in question not responsive, thought i'd turn here.

it appears in end, not possible. had switch building thin back-end route requests through.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -