Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

Set Proxy-Authenticate headers on CONNECT request

203 views
Skip to first unread message

David

unread,
Sep 10, 2024, 10:14:43 AM9/10/24
to Chromium Extensions
Hi guys! i have similar issue i am try to add Proxy-Authenticate headers  to CONNECT request by it seems like it doesnt work. May be you have faced this problem before? Really appreciate any suggestion. Thank you!


const rules: chrome.declarativeNetRequest.Rule[] = [
{
id1,
priority1,
action: {
type: chrome.declarativeNetRequest.RuleActionType.MODIFY_HEADERS,
requestHeaders: [
{
operation: chrome.declarativeNetRequest.HeaderOperation.SET,
header'Proxy-Authenticate',
value'Basic '+ b,
},
]
},
condition: {
requestMethods: [chrome.declarativeNetRequest.RequestMethod.CONNECT]
}
},

Patrick Kettner

unread,
Sep 10, 2024, 1:30:59 PM9/10/24
to David, Chromium Extensions
Hi David,
Unfortunately, this is not currently working, see https://crbug.com/40234854

--
You received this message because you are subscribed to the Google Groups "Chromium Extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/9e681849-e10d-4768-9963-654970b42635n%40chromium.org.
Reply all
Reply to author
Forward
0 new messages