Tagged Questions
0
votes
0answers
35 views
New standard HTTP protocol [closed]
Many large sites have stopped using http://site to use only //site
Examples:
In adwords tools
And on some microsoft pages.
I believe that //site is bad
bots because some may misconstrue
and beyond ...
1
vote
1answer
56 views
Is it possible for a web-server to send more files than requested for, and have the browser accept them?
I've created a basic web server for a school project, and it serves static content without a problem.
I thought of having the server parse all htm/html files for links to .js/.css/image files, and ...
1
vote
1answer
66 views
With the following settings shown here, will there be any caching in Firefox?
browser.cache.disk.enable = false
browser.cache.memory.enable = false
network.http.use-cache = true
With the following settings above, will there be any caching in FF?
Does the disk.enable and ...