You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Facing problems with Speedtest-desktop detecting my local host server when using apache (perhaps the problem is only with new apache versions).
The error occurs when speedtest-desktop attempts to request the empty.php file, resulting in a "400 Bad Request" error.
I attempted to mimic the speedtest-desktop request using curl and occur the same error.
Hello.
thank you for report this issue.
speedtest-desktop uses exactly the same core library as speedtest-android.
Is this problem in the Android version as well ?
Facing problems with Speedtest-desktop detecting my local host server when using apache (perhaps the problem is only with new apache versions).
The error occurs when speedtest-desktop attempts to request the empty.php file, resulting in a "400 Bad Request" error.
I attempted to mimic the speedtest-desktop request using curl and occur the same error.
The issue was due to the \r\n characters at the end of the hostname in the "Host" header.
I've changed the curl command as follows:
This modification allowed the request to work successfully.
Don't know if is a problem with Speedtest-desktop or apache.
Currently I have switched to using Nginx and everything is working normally.
The text was updated successfully, but these errors were encountered: