| ▲ | 9dev 9 months ago | |||||||
Does that mean I can also send the „Refresh“ http header to do that?  | ||||||||
| ▲ | greyface- 9 months ago | parent [-] | |||||||
Yes. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Re... In a similar vein, you can also use `Link: foo.css; rel=stylesheet` instead of `<link href="foo.css" rel="stylesheet" />` to specify stylesheets. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Li...  | ||||||||
  | ||||||||