Skip to content

JoeffreyChaucer/WordSmith

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WordSmith

##word rhyme generator

#To Allow ajax

##https://chrome.google.com/webstore/detail/allow-control-allow-origi/nlfbmbojpeacfghkpbjhddihlkkiljbi/related?hl=en-US

Allows to you request any site with ajax from any source. Adds to response 'Allow-Control-Allow-Origin: *' header Developer tool.

Summary Add to response header rule - 'Access-Control-Allow-Origin: *'

Hint Same behavior you can get just using chrome flags [http://www.chromium.org/developers/how-tos/run-chromium-with-flags]

chrome --disable-web-security

or

--allow-file-access-from-files --allow-file-access --allow-cross-origin-auth-prompt

Description Cross-origin resource sharing - is a mechanism that allows JavaScript on a web page to make XMLHttpRequests to another domain, not the domain the JavaScript originated from.[http://en.wikipedia.org/wiki/Cross-origin_resource_sharing]

CORS allows web applications on one domain to make cross domain AJAX requests to another domain. It's dead simple to enable, only requiring a single response header to be sent by the server. [http://www.html5rocks.com/en/tutorials/file/xhr2/#toc-cors]

Issues If you found any bug or want some new feature - do not hesitate create a pull-request. [https://github.com/vitvad/Access-Control-Allow-Origin]

About

Random Rhyme Generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages