Any request with a date, which contains " .... +200", so, if I encode
all parameters of all requests, whenever i try to use the login
request, i get a 403 because of the Api validation failed when the "@"
of login username, is encoded to %XX . It works perfect if I don't
encode at all any parameters.
But, when i try to invoke a GET with any date parameter ("Sun,
******** +200" ) , if i do not encode this parameter i get the 403,
but if I encode this, and ONLY this parameter, it works OK.
I'll put more details when I arrive to my home, i don't have details
here.
Thanks for your time
Juan