Ondrej Approved

Member since: 2015-12-14

Recent posts by Ondrej
Post When

I've found out that Apache does not always forward CORS requests to PHP. This was the case in my pro...

Posted in [SOLVED] How to enable CORS?

gregorybleiker8797 said:

Hi Ondrej In which file did you place the Route::options('{all}') ? I'm tr...

Posted in [SOLVED] How to enable CORS?

I was searching on how to add middlewares in octoberCMS but without any luck. Thank you for the hint...

Posted in [SOLVED] How to enable CORS?

I've got it working today using a before filter and an Route::options('{all}').

Both call the same c...

Posted in [SOLVED] How to enable CORS?

I've read a couple how-to's on enabling CORS for Laravel 5.1 and am wondering how I can achieve this...

Posted in [SOLVED] How to enable CORS?