Advertisement
Guest User

Untitled

a guest
Aug 24th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. config.EnableCors(new EnableCorsAttribute("*", "*", "*"));
  2.  
  3. <system.webServer>
  4. <httpProtocol>
  5. <customHeaders>
  6. <add name="Access-Control-Allow-Origin" value="*"/>
  7. </customHeaders>
  8. </httpProtocol>
  9. <system.webServer>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement