MCPcopy Index your code
hub / github.com/API-Security/APIKit / makeHttpRequest

Method makeHttpRequest

src/main/java/burp/CookieManager.java:43–46  ·  view source on GitHub ↗
(IHttpService httpService, byte[] request)

Source from the content-addressed store, hash-verified

41 }
42
43 public static IHttpRequestResponse makeHttpRequest(IHttpService httpService, byte[] request) {
44 byte[] newRequest = CookieManager.getRequest(httpService, request);
45 return BurpExtender.getCallbacks().makeHttpRequest(httpService, newRequest);
46 }
47
48 private String urlToOrigin(URL url) {
49 int port = url.getPort();

Callers 5

urlAddPathMethod · 0.95
urlAddPathMethod · 0.95
urlAddPathMethod · 0.95
isFingerprintMatchMethod · 0.95

Calls 2

getRequestMethod · 0.95
getCallbacksMethod · 0.95

Tested by

no test coverage detected