Closed Bug 154445 Opened 22 years ago Closed 22 years ago

Cannot enter on Société Générale bank

Categories

(Tech Evangelism Graveyard :: French, defect, P1)

x86
All
defect

Tracking

(Not tracked)

VERIFIED DUPLICATE of bug 111933

People

(Reporter: fredbezies, Assigned: tristan)

References

()

Details

(Whiteboard: [havecontact])

From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.1a+) Gecko/20020626
BuildID:    2002062608

For french people :-)

Go to http://www.particuliers.societegenerale.fr/

Click on "Accès Abonné"

Reproducible: Always
Steps to Reproduce:
1.go to this url
2.click on "accès abonné"


Actual Results:  page saying 

"Le navigateur que vous utilisez actuellement ne vous permet pas d'accéder à
Logitel Net.

Nous ne pouvons en conséquence donner suite à votre demande.

Cliquez ici pour mettre à jour votre navigateur."


Expected Results:  Just going to "members" part :-)

Seems to be related to a bad browser sniffing, because it uses strong encryption
security SSL 128 bits.

And it doesn't seems to know mozilla as a working browser for this :-/

Here is a part of code of the URL page:

"function valider(page,boolFermerCadenas)
{
  if (window.location.host.search("logitelnet") != -1)
    page = "https://" + window.location.host.replace("www.","") + "/" + page;
  else
    page = "https://logitelnet.socgen.com/" + page;
  var bNom=getType();
  var bVer=parseInt(getVersion());

  if (bNom == "unknown")
    window.location.href="/navig00.html";
  else if (bNom == "Netscape")
  {
    if (bVer == 3 || bVer == 4)
    {
      if (boolFermerCadenas != 0)
      {
        w=open("","w","width=120,height=120");
        w.close();
      }
      window.location.href=page;"

It also called some others js files.
Seems to be contact for this problem : logitel.net@socgen.com
Priority: -- → P1
Whiteboard: [havecontact]
This bug is a duplicate of bug 111933

"logitelnet.socgen.com : bank denies Mozilla and Netscape 6"

http://logitelnet.socgen.com/

sorry Frédéric ;-)
yup

*** This bug has been marked as a duplicate of 111933 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
v
Status: RESOLVED → VERIFIED
tech evang june 2003 reorg
Component: Europe: West → French
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.