Add in Documentation: URLRequests does not support http
In my testing, I found that URLRequests (from kivy.network.urlrequest import UrlRequest ) does not support http and a https request must be made. http request will make the Client app crash
This is not a Bug, but might be worth adding to the Documentation