Guest User

Untitled

a guest
Jul 20th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. {
  2. "headers": [
  3. {
  4. "source" : "*",
  5. "headers" : [{
  6. "key" : "Access-Control-Allow-Origin",
  7. "value" : "*"
  8. }]
  9. }, {
  10. "source" : "*",
  11. "headers" : [{
  12. "key" : "Access-Control-Allow-Headers",
  13. "value" : "Origin, X-Requested-With, Content-Type, Accept"
  14. }]
  15. }]
  16. }
Add Comment
Please, Sign In to add comment