The following search query works in any internet browser, like IE, Chrome or Firefox.
http://search.mobile.walmart.com/search?query=bread&store=5461&size=20&offset=0
But, if I use curl
POST method with parameters:
curl -d "query=bread&store=5461&size=20&offset=0" -X POST http://search.mobile.walmart.com/search
I got error message:
"StatusCode:404, "error":"Not Found"