eddic / fastcgipp

fastcgi++: A C++ FastCGI and Web development platform:
https://fastcgipp.isatec.ca
GNU Lesser General Public License v3.0
310 stars 94 forks source link

adding support for CORS Access-Control-Request header #16

Closed mwischer closed 6 years ago

mwischer commented 7 years ago

Hi Eddie,

I have another small change, I had some issues with HTTP authentication and the need to have the Access-Control-Request-Method and AccessControlRequestHeaders Header inside the environment, otherwise my browser refuses to send my requests :-1: BTW. now that I'm making the call to postBuffer inside inProcessor it works flawless :1st_place_medal: Thanks for your clarification.

Best regards Mirko