NanoHttpd / nanohttpd

Tiny, easily embeddable HTTP server in Java.
http://nanohttpd.org
BSD 3-Clause "New" or "Revised" License
6.94k stars 1.69k forks source link

get request load error #580

Closed Licarey closed 4 years ago

Licarey commented 4 years ago

use phone browser to load url ,for example http://172.0.0.1:8080/index.html ,can load success ,but like this http://172.0.0.1:8080/index.html?a=1&b=2 load fail ,why?

Licarey commented 4 years ago

seems that params be losed

Licarey commented 4 years ago

phone browser can not read the params of the url

Licarey commented 4 years ago

sorry This is my problem ,