MCPcopy Index your code
hub / github.com/XF-FS/APIKit / makeHttpRequest

Method makeHttpRequest

src/main/java/burp/CookieManager.java:33–36  ·  view source on GitHub ↗
(IHttpRequestResponse baseRequestResponse, byte[] request)

Source from the content-addressed store, hash-verified

31 }
32
33 public static IHttpRequestResponse makeHttpRequest(IHttpRequestResponse baseRequestResponse, byte[] request) {
34 byte[] newRequest = CookieManager.getRequest(baseRequestResponse, request);
35 return BurpExtender.getCallbacks().makeHttpRequest(baseRequestResponse.getHttpService(), newRequest);
36 }
37
38 private String urlToOrigin(URL url) {
39 int port = url.getPort();

Callers 6

urlAddPathMethod · 0.95
urlAddPathMethod · 0.95
urlAddPathMethod · 0.95
urlAddPathMethod · 0.95
urlAddPathMethod · 0.95

Calls 3

getRequestMethod · 0.95
getCallbacksMethod · 0.95
getHttpServiceMethod · 0.45

Tested by

no test coverage detected