Android Https signing parameters -


good day! have trouble sending https request android application signing parameters. have source allows me send secure http request, authentification not work. need send request url port number. using

httpentity entity = new urlencodedformentity(params, "utf-8"); 

after this, retrieve parameters in string format like

param2=param1&param2=param2%20p - encoded format 

next need take md5 hash , again introduce in httpbody param without encoding

example of request:

http method - post headers: content-length - 275 content-type - application/x-www-form-urlencoded  параметры в http body - phone=2583838&order_state_id=31&source=улица%20Жандосова,%20188&destination=Тепличная%20улица,%202а&clientid=62&source_time=20130807120054&is_prior=true&note=this%20is%20comment&phone_to_dial=8(701)746-90-26&customer=anna%20ahmatova&signature=ed4aaef27e2d46a46f449903f3524788 

help me please. post request working everytime have trouble authentification


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -