forked from webmetrics/browsermob-proxy
-
Notifications
You must be signed in to change notification settings - Fork 671
Closed
Milestone
Description
Previously bmp used to provide responses for requests with malformed URIs:
{
"request" : { "bodySize" : 0,
"comment" : "",
"cookies" : [ ],
"headers" : [ ],
"headersSize" : 0,
"httpVersion" : "HTTP/1.1",
"method" : "GET",
"queryString" : [ ],
"url" : "http://:/"
},
"response" : { "bodySize" : 0,
"comment" : "",
"content" : { "comment" : "",
"mimeType" : "",
"size" : 0
},
"cookies" : [ ],
"headers" : [ ],
"headersSize" : 0,
"httpVersion" : "HTTP/1.1",
"redirectURL" : "",
"status" : -998,
"statusText" : "Bad URI"
},
...
}
This doesn't seem to be the case any more with LittleProxy.
Metadata
Metadata
Assignees
Labels
No labels