The request is successful, through the proxy.
Result: http.Client.FetchResult{ .status = http.Status.ok }
Response: {
"method": "GET",
"args": {},
"headers": {
"Accept-Encoding": "gzip, deflate",
"Host": "httpbun.com",
"User-Agent": "zig/0.12.0 (std.http)"
},
"origin": "123.456.789.012",
"url": "http://httpbun.com/get",
"form": {},
"data": "",
"json": null,
"files": {}
}
Zig Version
0.12.0
Steps to Reproduce and Observed Behavior
mitmdumpcurl https://httpbun.com/getshould work andmitmdumpshould show the request.Expected Behavior
The request is successful, through the proxy.