0

If you go to this website using Firefox, you will see a popup window like this:

enter image description here

If you go the website using google chrome you won't see any popup.

abatishchev
  • 98,240
  • 88
  • 296
  • 433
El Sa7eR
  • 881
  • 3
  • 10
  • 17

1 Answers1

1

You seem to have included some script which is protected with Basic Authentication:

<script src="WebServices/LoginService.asmx/jsdebug" 
        type="text/javascript">
</script>

Chrome seems to ignore the Authorization header for it, but FireFox shows this login popup.

Bhushan Firake
  • 9,338
  • 5
  • 44
  • 79
Darin Dimitrov
  • 1,023,142
  • 271
  • 3,287
  • 2,928