J2EEScan icon indicating copy to clipboard operation
J2EEScan copied to clipboard

HTTP Auth Basic not supported

Open ewilded opened this issue 7 years ago • 1 comments

The plugin does not support applications that employ HTTP Auth Basic.

The Authentication header should be copied to the structure of the issued requests, just like any other header originally used by the tested application.

ewilded avatar Apr 24 '17 10:04 ewilded

OK I agree, I need to review different checks. Just to understand your scenario: A webapp to test is protected by a HTTP Basic Auth, and all the requests/testcase should include the Authorization HTTP header. Is it correct?

ilmila avatar Apr 28 '17 16:04 ilmila