maomy / android-query

Automatically exported from code.google.com/p/android-query
0 stars 0 forks source link

data cache (http post request ,same url ,different params) #162

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. execute http post request twice with the same url but different params ,how 
can i handle the cache problem?
2.i am fresh and my English is pool,i have no idea how to solve the problem 
help me please 
3. if you see the issue ,email me please (leadersm@foxmail.com)

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by louis....@gmail.com on 10 Nov 2013 at 12:01

GoogleCodeExporter commented 8 years ago
I also have this problem.
Cached files use only the url for filename key. It should also use the 
parameters as part of the url.
When I make a POST request with different parameters and same url cache always 
return the same data.

Original comment by pedroale...@gmail.com on 17 Dec 2013 at 2:00