net: Set "request-includes-credentials" and URL list of response for "HTTP-network-or-cache fetch"#43798
Conversation
Signed-off-by: Euclid Ye <[email protected]>
|
🔨 Triggering try run (#23799012352) for Linux (WPT) |
|
Test results for linux-wpt from try job (#23799012352): Flaky unexpected result (33)
Stable unexpected results that are known to be intermittent (19)
|
|
✨ Try run (#23799012352) succeeded. |
|
Ah, I think this is expected. We haven't actually used the value yet. It requires a follow up. |
Well, I also tried to do this directly instead of in a follow-up. But it seems we need a rewrite.. servo/components/net/http_loader.rs Lines 2014 to 2016 in c4d32e1 |
TimvdLippe
left a comment
There was a problem hiding this comment.
Typically we don't implement these things until we also use them. I see you already tried to do so and wasn't able to, so I am okay with merging as-is. But do try to find the relevant usage and make use of the value.
Most notably, implement step 5 and removes the incorrect place for it. Part of follow up to #43798 Testing: [Try](https://github.com/yezhizhen/servo/actions/runs/24021988217/job/70054752138) --------- Signed-off-by: Euclid Ye <[email protected]>
Part of #33616
Implement step 11, 13 of HTTP-network-or-cache fetch
Testing: The value should be used in https://fetch.spec.whatwg.org/#cross-origin-resource-policy-internal-check, which will be done in a follow up. Right now it is not used.