in reply to Re^2: Basic / Digest authentication in website
in thread Basic / Digest authentication in website

The realm is "GWAVA Console", but you told LWP to only respond to the realm "Digest realm"
  • Comment on Re^3: Basic / Digest authentication in website

Replies are listed 'Best First'.
Re^4: Basic / Digest authentication in website
by TheFlyingCorpse (Novice) on Jul 11, 2010 at 19:03 UTC
    It was part of a scheme to obfuscate, the code does say GWAVA Console, for security measures I tried again and it still fails.
Re^4: Basic / Digest authentication in website
by TheFlyingCorpse (Novice) on Jul 11, 2010 at 21:01 UTC
    Just to add another piece I picked up, there is no domain in the header. The server we talk to is not a readable standard apache afaik either, I found the realm information deep in a binary on the target server. Other browsers are however able to authenticate, so something wierd...

    Or, I could copy the page want, modify it to remove the data I dont want and place it outside the password area, it seems like a kind of javascript HTML page processed on the request (references to JDB inside), that is however the way I least want to go in terms of security and Perl should be able to do this(maybe it's I who dont get it...)