I have a few GET requests that takes a date as a parameter (e.g.: give me all records before date X) however the Java client generate a URL with a date format that cannot be interpreted by the host. I was able to workaround a similar issue with GUIDs by treating them as Strings but I cannot do this for dates.
Is it possible to send a date in a GET request in a format that can be understood by the host?
I included my request and the generated URL below.
The client and android Java libraries have been update to 1.0.20 with @NoWoL s suggested date parsing fix. 1.0.20 is now available from JCenter and Maven Central.