Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

Disable Authentication Pop up asking for Username and Password using JavaScript

  • 2 réponses
  • 1 a ce problème
  • 5 vues
  • Dernière réponse par deepak_aces

more options

Hi Team,

May you kindly help for the below scenario:-

I have a requirement where when a User requests a URL, a custom Pop Up asking for User Name and Password has to be shown. Currently, the default Pop Up asking for User Name and Password which is provided by the Firefox pops up and then our custom Pop Up comes on top of it.

So, how can we disable or surpass the default browser pop up using Java script or any webRequest API methods. Tried a few options:-

1. Request status to 200 for every request This is impractical and not possible scenario

2. Change the Authentication Header on the Server Before posting the data to the server, Pop Up comes and hence this also won't help.


Regards,

Hi Team, May you kindly help for the below scenario:- I have a requirement where when a User requests a URL, a custom Pop Up asking for User Name and Password has to be shown. Currently, the default Pop Up asking for User Name and Password which is provided by the Firefox pops up and then our custom Pop Up comes on top of it. So, how can we disable or surpass the default browser pop up using Java script or any webRequest API methods. Tried a few options:- 1. Request status to 200 for every request This is impractical and not possible scenario 2. Change the Authentication Header on the Server Before posting the data to the server, Pop Up comes and hence this also won't help. Regards,

Toutes les réponses (2)

more options
more options

deepak_aces said

Hi Team, May you kindly help for the below scenario:- I have a requirement where when a User requests a URL, a custom Pop Up asking for User Name and Password has to be shown. Currently, the default Pop Up asking for User Name and Password which is provided by the Firefox pops up and then our custom Pop Up comes on top of it. So, how can we disable or surpass the default browser pop up using Java script or any webRequest API methods. Tried a few options:- 1. Request status to 200 for every request This is impractical and not possible scenario 2. Change the Authentication Header on the Server Before posting the data to the server, Pop Up comes and hence this also won't help. Regards,

Thanks @cor-el I have already posted the same at below suggested communities. Waiting for a few suggestions :)