Information Security with HelmetJS - Understand BCrypt Hashes

Tell us what’s happening:

code works fine but fcc refuses to aknowledge it!!

###Your project link(s)

solution: http://localhost:3000

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36

Challenge Information:

Information Security with HelmetJS - Understand BCrypt Hashes

by adding const cors = require(‘cors’);
app.use(cors()); after app = express works the trick.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.