openspeedtest / Speed-Test

SpeedTest by OpenSpeedTestâ„¢ is a Free and Open-Source HTML5 Network Performance Estimation Tool Written in Vanilla Javascript and only uses built-in Web APIs like XMLHttpRequest (XHR), HTML, CSS, JS, & SVG. No Third-Party frameworks or libraries are Required. Started in 2011 and moved to OpenSpeedTest.com dedicated Project/Domain Name in 2013.
https://openspeedtest.com
MIT License
2.28k stars 221 forks source link

How to Fix Unrealistic Upload Speeds with OpenSpeedTest In Iphone browser #96

Open bhupi90 opened 1 year ago

bhupi90 commented 1 year ago

MicrosoftTeams-image (5)

openspeedtest commented 1 year ago

Post more details about your server.

bhupi90 commented 1 year ago

using dropwizard as a server using post REST API request try upload data in my laptop and android device working fine but facing issue in IOS device

bhupi90 commented 1 year ago

Using Dropwizard as a server using post REST API request to try upload data in my laptop and Android device working fine but facing issue in some IOS device

openspeedtest commented 1 year ago

Try docker image or use an Nginx server with the Nginx configuration. https://github.com/openspeedtest/Nginx-Configuration

https://github.com/openspeedtest/Speed-Test#server-requirements-

openspeedtest commented 1 year ago

Using Dropwizard as a server using post REST API request to try upload data in my laptop and Android device working fine but facing issue in some IOS device

Server should accept POST requests with Post body request length greater than 35Mb.

Protocol Should be HTTP1.1