| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | yes | BC Break report? | no | RFC? | yes/no | Symfony version | 3.2.0 # RequestContextAware assets serving The documentation [(Asset Component documentation)](http://symfony.com/doc/master/components/asset.html) states: _HTTPs or protocol-relative URLs for HTTPs requests, any base URL for HTTP requests_ Is there a way to keep consistency with main request ? if request are http then use only HTTP base_urls. Thanks