Questions tagged [max-age]

Related to the max-age property in HTTP. The Access-Control-Max-Age response header indicates how long the results of a preflight request (that is the information contained in the Access-Control-Allow-Methods and Access-Control-Allow-Headers headers) can be cached.

31 questions
-1
votes
2 answers

API Platform - Changing max_age config value doesn't change the max-age request value

I have an application with API Platform and an other which consume my API. I want to change the max-age value but when I change the value in the config, it doesn't change the value when I send a request... Here is my config: api_platform: ... …
Zahori
  • 446
  • 1
  • 4
  • 16
1 2
3