Hard
What are CORS(Cross Origin Request Sharing) headers used for?
Author: Les-tilleuls.coopStatus: PublishedQuestion passed 389 times
Edit
0
Community Evaluations
Incorrect answer
Anas22/11/2023
L'erreur dans la question est que les entĂȘtes CORS (Cross-Origin Resource Sharing) ne sont pas utilisĂ©es pour empĂȘcher les attaques SQL ni pour dĂ©finir les mĂ©thodes HTTP acceptĂ©es. Leur principal but est de permettre Ă des ressources d'ĂȘtre accessibles par des sites web situĂ©s sur d'autres domaines en spĂ©cifiant quelles origines sont autorisĂ©es Ă faire des requĂȘtes vers un serveur.
4
What formats does API Platform support natively?2
List the HTTP methods that can be used by default with API Platform.3
How to customize the format of an output attribute representation in API Platform?1
API Platform natively offers asynchronous and response push mechanisms: Vulcain.rocks thanks to HTTP/ 2 server push, Mercure.rocks thanks to HTTP/ 2 and Server Sent Events1
What is the name of the session cookie generated by API Platform?2
How to customize a serialization group according to the logged in user in API Platform?1
What HTTP cache mechanics are natively available with API Platform?