Company logo
  • Empleos
  • Bootcamp
  • Acerca de nosotros
  • Para profesionales
    • Inicio
    • Empleos
    • Cursos y retos
    • Preguntas
    • Profesores
    • Bootcamp
  • Para empresas
    • Inicio
    • Nuestro proceso
    • Planes
    • Pruebas
    • Nómina
    • Blog
    • Comercial
    • Calculadora

0

102
Vistas
How to remove charset=utf8 from Content-Type?

I need to remove charset=utf-8, from Content-Type. I have to use fetch, and for now I'm sending this:

fetch(`address/${endpoint}`, {
      method: 'PUT',
      headers: {
        'Content-Type': 'application/json'
      },
      body: JSON.stringify(testData)
    });

this is how it looks like: 1

I have to remove a charset. If I didn't clarify it enough, please tell me.

7 months ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos