What is the Content-type that we should be using in the JWT response?

StackOverflow https://stackoverflow.com/questions/20153221

  •  04-08-2022
  •  | 
  •  

Вопрос

In the Google Wallet Objects API, can the Content-type in the JWT response just be plain text or is there a specific way it has to be presented?

Это было полезно?

Решение

We do not check the Content-Type on the response, you can use either application/json or text/plain as the Content-Type.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top