Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

NodeJS/express : Cached and 304 status code on chrome

// 
const express = require('express');
const app = express();

app.disable('etag');	//  Add This line 

//  and clear Cache of browser 
 
PREVIOUS NEXT
Tagged: #Cached #status #code #chrome
ADD COMMENT
Topic
Name
8+9 =