Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 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
Advertisement