Hi all,
i am using the current release of uno wifi DevEd library and found out, that using "readStringUntil('/')" leads to an error for the last element of an URL.
Example: "http://[IP]/arduino/webserver/Status" leads to "Statu" as last string read by "readStringUntil('/')". As a Workaround I changed "readByte()" from "private" to "public" and wrote the code myself. But this seems not to be the best way.
Any suggestions? Or is it a real bug?
Greetings
Chris