Skip to content

Instantly share code, notes, and snippets.

@ripper2hl
Created July 30, 2015 15:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ripper2hl/ae6533e14078bc9b0119 to your computer and use it in GitHub Desktop.
Save ripper2hl/ae6533e14078bc9b0119 to your computer and use it in GitHub Desktop.
Peticion con error de porcentaje y acentos
'use strict';
var express = require('express');
var router = express.Router();
router.post('/test', function (req, res) {
console.log(req.body);
res.send(req.body);
});
module.exports = router;
@ripper2hl
Copy link
Author

captura de pantalla de 2015-07-30 10 59 16

@ripper2hl
Copy link
Author

captura de pantalla de 2015-07-30 10 58 52

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment