Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Need to know the reason IE is not responding after changing localhost to testchandan.com for Dancer 2 webapp.

by chandantul (Scribe)
on May 23, 2021 at 03:19 UTC ( [id://11132899]=perlquestion: print w/replies, xml ) Need Help??

chandantul has asked for the wisdom of the Perl Monks concerning the following question:

Hello Smart Monks, I have my Dancer 2 webapp was working while accessing by https://localhost:5001 and my Submit button is working in IE but the submit button not working when i create selfsigned certificate with testchandan.com and trying to access https://testchandan.com:5001. Please check my log and advice me the reason its not working , I have enabled Basic authentication against AD. Its working against Firefox

I am getting below trace, Can you please help me to fix this issue?

Log4perl: Seems like no initialization happened. Forgot to call init() +? [webapp:31412] core @2021-05-22 22:02:16> looking for get / in C:/Stra +wberry/perl/site/lib/Dancer2/Core/App.pm l. 35 [webapp:31412] core @2021-05-22 22:02:16> Entering hook core.app.befor +e_request in (eval 239) l. 1 [webapp:31412] core @2021-05-22 22:02:16> Entering hook core.app.after +_request in (eval 239) l. 1 192.168.1.110 - 999000002 [22/May/2021:22:02:16 -0400] "GET / HTTP/1.1 +" 200 1445 "-" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 10.0; W +OW64; Trident/7.0; .NET4.0C; .NET4.0E; .NET CLR 2.0.50727; .NET CLR 3 +.0.30729; .NET CLR 3.5.30729; Zoom 3.6.0; wbx 1.0.0; wbxapp 1.0.0)"

Replies are listed 'Best First'.
Re: (OT) Need to know the reason IE is not responding after changing localhost to testchandan.com for Dancer 2 webapp.
by hippo (Bishop) on May 23, 2021 at 09:26 UTC
    Its working against Firefox

    So, the problem is not with Perl but with MSIE, a browser which is fast approaching end of life. If you care about this, talk to Microsoft. But you can do yourself (and the rest of us) a huge favour by just ignoring it.


    🦛

      According to this source, MSIE still accounted for 2.43% of market share. So there might be a case for supporting it a while longer depending on the visitor demographic. If that source is correct, MSIE is more common than browsers with Javascript disabled which I found interesting.

      But it is still not a Perl or Dancer issue...

      Hello Smart Monks, OK. In Chrome Version 88.0.4324.104 (Official Build) (64-bit) , its not asking for credentials but its showing "Authorization Required" message

      Do we have any steps in order to fix this issue in Chrome?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://11132899]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (9)
As of 2024-03-28 09:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found