You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/11/05 10:10:04 UTC

[GitHub] [cordova-plugin-inappbrowser] robertolanza93 opened a new issue #569: InAppBrowser sends a non-www request

robertolanza93 opened a new issue #569: InAppBrowser sends a non-www request
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/569
 
 
   Hi all,
   I'm having a problem when I try to call my website.
   I'm calling it using the link "https://www.mywebsite.com" but the inappbrowser (i don't know why) is sending the request in this way: "https://mywebsite.com" and since the website I'm trying to reach does not have a SSL certificate valid for both links (it is only setted for the www version of the link), it returns me the error "ERR_CERT_COMMON_NAME_INVALID".
   
   Does anyone knows how do I force inappbrowser to send the response in the way that I want?
   
   Thanks in advice to anyone that will try to help :D 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org