Skip to content

Commit ca58fce

Browse files
committed
Remove MIME check
1 parent 2250ae5 commit ca58fce

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/main/java/burp/WSDLParser.java

-6
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,6 @@ public int parseWSDL(IHttpRequestResponse requestResponse, IBurpExtenderCallback
4848

4949
IResponseInfo responseInfo = helpers.analyzeResponse(response);
5050

51-
if (!responseInfo.getStatedMimeType().contains("XML")){
52-
JOptionPane.showMessageDialog(tab.getUiComponent().getParent(), "Not a WSDL", "Error", JOptionPane.ERROR_MESSAGE);
53-
return -2;
54-
55-
}
56-
5751
IRequestInfo request = helpers.analyzeRequest(requestResponse);
5852
headers = request.getHeaders();
5953

0 commit comments

Comments
 (0)