ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

390 / 474

Question 390:

You are an API developer for a large manufacturing company. You have developed an API resource that adds new products to the distributor`s inventory using a POST HTTP request. It includes an Origin header and accepts application/x-www-form-encoded as request content type. Which response header will allow access to this resource from another origin?

Answer options:

A.Access-Control-Allow-Origin
B.Access-Control-Request-Method
C.Access-Control-Request-Headers
D.All of the above