I am trying to download an .apk file from android default browser using https connection and through servlet on sumbit button click to secure it but its not getting download
Exception :org.apache.catalina.connector.ClientAbortException: java.io.IOException: Broken pipe
the same thing is working fine in firefox browser in mobile and in PC too and when i remove the https or ssl certificate it will start to work with default also but i need it with https connection only so please help me regarding this.I did a research work on that and find the error in android default browser log:
V/SecDownloader(5049): CDHelpers : chooseExtensionFromMimeType: couldn't find
extensionm using CDContentType map for application/vnd.android.package-archive
i have also tried with different extensions but not even a text file is downloading .
please help.
Related
I have a website, a set of HTML, JS, and CSS files, all this successfully works under Apache Cordova via WebView on Android.
I want to run it on Delphi, via TWebBrowser, but if I open index.hml via file:// then JS scripts will not get access to local files. Actually, the same thing happens on a PC, too.
I see the solution as follows: raise your HTTP server and connect to it from TWebBrowser. If my idea is correct, the actual question is: What is the reason to raise the WebServer for Android?
I am using Delphi 10.3 CE.
I am getting a 500 server error on an HTML5 responsive template I bought,but only on mobile devices. It works fine on my desktop PC. I have contacted hostgator and they initially found a missing png file in a css file, so I contacted the theme developer, who said to move the png file to the specific location. I did that with no luck, he then said to contact my hosting provider (hostgator). They checked the error log again and found nothing. The url is thewalrusisme.com and any help would be appreciated.
Error 500
This error can only be resolved by fixes to the Web server software. It is not a client-side problem. It is up to the operators of the Web server site to locate and analyse the logs which should give further information about the error.
Need help.
We have two servers that deploy the website. The website has a link that can download an .apk file to a mobile.
The problem is, when site is access in mobile using android 4.x, it downloads successfully on both server. However, when using android 5 (lollipop), it download successfully in one server but unsuccessful in another.
the mime type for both server is the same (application/vnd.android.packa..). Certificate for both server is ok also (although they have different issuer, which I don't think is an issue)
I also check the properties of the website, and its the same.
Is there are any setting in web server that I need to check or any security setting that makes one server download successfully the apk file while the other does not?
Appreciate any thought on this.
The pdf isn't on the server yet, but is created on the run. The URL would look like https://mydomain.com/?pdf=example¶ms=abc. If I open it in the desktop Browser, the PDF is shown. But on the mobile phone, it won't alawys start downloading, and if it does, the file is not readable. In the LogCat I get the following error:
hostname mydomain.com was not verified.
I've seen that other people have stumpled over the same error message, but unfortunately they're all writing in Java, and as im developing a web app I don't have the possibility to write Java code to fix the problem. Thanks in advance for any help.
I could locate the problem. The certificate is only valid for https://www.mydomain.com, while I was trying to get the pdf without the www in the link. When I changed this, it worked. May be helpful for someone else with the same problem.
I have a webserver on which I am putting my .apk file.I have given
correct mime type also for apache web server.
When I am trying to download from HTTP then it is working fine but
the same thing is not getting downloaded from HTTPS site.
I have a verisign test certificate which is valid for one month for HTTPS.
Any help will be highly appreciated.
Regards
Dileep