Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: string testXml = "<?xml version="1.0" encoding="UTF-8"?><SummaryRQ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Test.WebAPI.Controllers" Version="1.00" Target="Test"><POS><Source Login="test" Password="test"></Source></POS></SummaryRQ>"; var url = "api/summaryfunction/" + testXml; HttpResponseMessage response = client.GetAsync(url).Result; if (response.IsSuccessStatusCode) { var result = respo Source: http://pastebin.com/raw.php?i=LibBtSjm
↧