Subject: Substituting Body value by a parameter fails the web_custom_request function.
Details: The parameter p_Search_Queries contains the exact same value as the value of the Body contained in line 75, 76, 77. But Substituting Body value by the parameter line 79 fails the web_custom_request function.
web_custom_request("GetSearchResult",
"URL=http://{p_URL}/Search/Search.aspx/GetSearchResult",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=application/json",
"Referer=http://{p_URL}/Search/Search.aspx",
"Snapshot=t5.inf",
"Mode=HTML",
"EncType=application/json; charset=UTF-8",
"Body={\"searchCriteriaForm\":{\"SecurityType\":\"ALL\",\"Cusip\":\"\",\"State\":\"\",\"MaturityDateBegin\":\"\",\"MaturityDateEnd\":\"\",\"IncludeMaturedSecurities\":false,\"ClosingDateBegin\":\"\",\"ClosingDateEnd\":\"\",\"PostingDateBegin\":\"\",\"PostingDateEnd\":\"\",\"DatedDateBegin\":\"\",\"DatedDateEnd\":\"\",\"InterestRateBegin\":\"\",\"InterestRateEnd\":\"\",\"Purpose\":\"\",\"SecuredBy\":\"\",\"RateType\":\"\",\"Insured\":\"\",\"Taxable\":\"\",\"Callable\":\"\",\"CallDateBegin\":\"\",\""
"CallDateEnd\":\"\",\"CallPriceBegin\":\"\",\"CallPriceEnd\":\"\",\"CusipGroupId\":\"\",\"FitchOperator\":\"\",\"FitchRatingCode\":\"\",\"SNPOperator\":\"\",\"SNPRatingCode\":\"\",\"KrollOperator\":\"\",\"KrollRatingCode\":\"\",\"IssuerName\":\"\",\"IssueDescription\":\"\",\"PMDisclosure\":false,\"ARDisclosure\":false,\"ShortDisclosure\":false,\"EventDisclosures\":[],\"TradeDateBegin\":\"\",\"TradeDateEnd\":\"\",\"TradePriceBegin\":\"\",\"TradePriceEnd\":\"\",\"TradeYieldBegin\":\"\",\""
"TradeYieldEnd\":\"\",\"TradeAmountBegin\":\"\",\"TradeAmountEnd\":\"\",\"TradeType\":\"\",\"TradeSpecialCondition\":\"\",\"FinancialDisclosures\":[],\"ABSDisclosures\":false}}",
// lr_eval_string("{p_Search_Queries}"),
// "Body={p_Search_Queries}",
LAST);