Headers and bonus Flashcards

1
Q

Que son API Headers?

A

Es meta-informacion por cada llamada a una API que se hace.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Cual es el trabajo de los API Headers?

A

Representar los meta-datos asociados con una API request o response.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Cuando se tiene problemas con una API, donde seria el lugar para buscar problemas?

A

The headers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

De que informan los headers?

A
  • Request and Response Body
  • Request Authorizaztion
  • Response Caching
  • Response Cookies
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

headers

Para que sirve el header ‘Content-Type’?

A

Para especificar el tipo de formato en que se va a leer y escribir la informacion.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Que significa CORS?

A

Cross-Origin Resource Sharing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Que permite hacer CORS?

A

Permite pedir data desde un url a otro url diferente

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Que definen:

  • Empowered clients
  • All requests on the same endpoint
A

GraphQL

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Que definen:

  • Dejar el ‘tunel abierto’
  • Util para aplicaciones real-time (comunicacion instantanea)
A

Web Sockets

How well did you know this?
1
Not at all
2
3
4
5
Perfectly