string iTable = tableload ("table1",argv[8] , ":"); string URL= trim(tablematch (iTable, "X-Inobiz-URL")); string Method= trim(tablematch (iTable, "X-Inobiz-Method")); if(search (tolower(URL), "/ias/order/")==1 && Method =="POST") return true; return false;