if can me grateful. problem send request via google chrome :
http://localhost:8080/webservise/rest/getinfo?user=user1&pwd=rdd#en&sscc=009 and whene test url return :
user = user1 pwd=rdd sscc= null because # special caracter proposition ?
thanks lot.
yes # fragment identifier. ensure interpreted part of query string must url encode (to %23) - should doing routine query string values.
Comments
Post a Comment