You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
devtools panel and rod are both using the same cdp api to manipulate chromium, they won't be able to detect each others change on the request, cdp api doesn't support this.
Rod Version: v0.116.2
ctx.Request.Req().Header.Set("xiiiiii", "xixixixi")
I did not see the modified request header information in the Chrome debugging panel
The text was updated successfully, but these errors were encountered: