osrm-backend/Server
drxzcl c6840496c0 Add basic CORS headers to allow cross-site access.
Add ¨Access-Control-Allow-Origin: *¨ to the HTTP headers of all replies.
This allows use in a cross-origin AJAX situation.

In compliance with the recommendations of section 4.2 of RFC2616, the header
is added before the existing entity headers.
2013-02-22 16:01:30 +01:00
..
DataStructures Extending timestamp to 25 characters 2012-12-10 16:36:54 +01:00
APIGrammar.h Fixes issue #533 2012-12-10 17:44:45 +01:00
BasicDatastructures.h Add basic CORS headers to allow cross-site access. 2013-02-22 16:01:30 +01:00
Connection.h Splitting utility header with ambigious name into two files with better 2013-01-06 19:03:04 +01:00
RequestHandler.h removing stringstream 2013-01-06 17:48:18 +01:00
RequestParser.h Print user agent into log 2012-06-08 10:12:42 +02:00
Server.h RequestHandler object is now returned as reference rather than as pointer. Memory handling should be more clear by that change. 2011-03-14 13:39:16 +00:00
ServerConfiguration.h Getting rid of third party dependency for boost_program_options 2011-03-11 16:52:30 +00:00
ServerFactory.h Fixing signed/unsigned comparisons 2012-12-23 19:34:26 +01:00