Hi!
I try to send to an aspx page the following string as parameter:
but I get the following error message:
httputilsservice_processnexttask (java line: 222)
java.lang.IllegalArgumentException: Illegal character in query at index 59: http://android.xxxxx.ro/upload.aspx?observatie=1 13-02-12 00:00:00%1900-01-01 13:48:22%Mlaştini turboase de tranziţie şi turbării mişcătoare%Bolovănișuri%Histosoluri%N%12%alte%12345%pc%pe%as%buna%am%ma%in
If I try to change spaces with & I recieve error:
Caused by: java.lang.IllegalArgumentException: Invalid % sequence: %Ml in query at index 88: http://android.xxxxx.ro/upload.aspx...istosoluri%N%alte345%pc%pe%as%buna%am%ma%in
So, how to format the string to avoid these errors?
TY!
I try to send to an aspx page the following string as parameter:
HTML:
1%2013-02-12 00:00:00%1900-01-01 13:48:22%Mlaştini turboase de tranziţie şi turbării mişcătoare%Bolovănișuri%Histosoluri%N%12%alte%12345%pc%pe%as%buna%am%ma%in
httputilsservice_processnexttask (java line: 222)
java.lang.IllegalArgumentException: Illegal character in query at index 59: http://android.xxxxx.ro/upload.aspx?observatie=1 13-02-12 00:00:00%1900-01-01 13:48:22%Mlaştini turboase de tranziţie şi turbării mişcătoare%Bolovănișuri%Histosoluri%N%12%alte%12345%pc%pe%as%buna%am%ma%in
If I try to change spaces with & I recieve error:
Caused by: java.lang.IllegalArgumentException: Invalid % sequence: %Ml in query at index 88: http://android.xxxxx.ro/upload.aspx...istosoluri%N%alte345%pc%pe%as%buna%am%ma%in
So, how to format the string to avoid these errors?
TY!