AllenYuan

Untitled

May 27th, 2020
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <CORSConfiguration>
  2. <CORSRule>
  3. <AllowedOrigin>*</AllowedOrigin>
  4. <AllowedMethod>GET</AllowedMethod>
  5. <AllowedMethod>PUT</AllowedMethod>
  6. <AllowedMethod>POST</AllowedMethod>
  7. <AllowedMethod>HEAD</AllowedMethod>
  8. <AllowedMethod>DELETE</AllowedMethod>
  9. <MaxAgeSeconds>3000</MaxAgeSeconds>
  10. <AllowedHeader>*</AllowedHeader>
  11. </CORSRule>
  12. </CORSConfiguration>
Advertisement
Add Comment
Please, Sign In to add comment