From: Vasudevan C. <vco...@gm...> - 2020-03-06 14:47:08
|
Hi, I am sending a query to JobDiva portal using POST request. I am using HTMLUnit NameValuePair Class to construct the key/value pair as part of POST request. I construct NameValuePairwith key "sfboolean" and value as "(java&&&&OR&&&&HTML)". When I analyzed through Charles The data was going as "sfboolean" with (java as value and the rest of the values were going as Keys. Copying Below the POST Data for your reference. sfcriteria JAVA~0~0.0~0~0~HTML~1~0.0~0~0~ sfsalaryper sfnotsalaryper Y sfdatefrom 03/06/2020 sfboolean (java OR HTML) Am I doing something wrong?. Appreciate your help in advance REgards Vasu |