I want to query the whole month data 2015-6
I found every POST request will send the following two params
MarketMonth1 2015-6
MarketDay1 17
one is for year-month, the other is for day.
It is too verbosed and time consuming to set the value mimic the mouse clicking on calendar.
I wonder if I can inject/modify the POST params when sending the POST request.