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
Is this okay Vary header don't merge with Vary header from response (other layers)? each layer should add Vary header?
Here layers
let middleware_stack = ServiceBuilder::new().layer(CorsLayer::new().allow_origin(AllowOrigin::list(vec!["http://test.com".parse::<HeaderValue>().unwrap(),"http://example.com".parse::<HeaderValue>().unwrap(),])).allow_methods([Method::GET,Method::POST])).layer(CompressionLayer::new().quality(CompressionLevel::Best));
Is this okay Vary header don't merge with Vary header from response (other layers)? each layer should add Vary header?
Here layers
Here resposne
The text was updated successfully, but these errors were encountered: