Skip to content

issues Search Results · repo:fruitcake/php-cors language:PHP

Filter by

11 results
 (71 ms)

11 results

infruitcake/php-cors (press backspace or delete to remove)

In the default Laravel Installation $ composer create-project laravel/laravel : - laravel/framework[v11.9.0, ..., v11.33.2] require fruitcake/php-cors ^1.3 - found fruitcake/php-cors[dev-master, ...
  • Al-rimi
  • 2
  • Opened 
    on Dec 6, 2024
  • #31

Summary This proposal aims to enhance the php-cors library by adding support for dynamic of the Access-Control-Expose-Headers header. Currently, this header is set globally, which limits flexibility in ...
enhancement
  • yinheli
  • Opened 
    on Sep 11, 2024
  • #29

Is it necessary to include the Vary header in responses to non-CORS requests that wouldn t be cached anyway? For example, if the request is a POST or PUT request, which are typically not cached, do we ...
question
  • yinheli
  • 5
  • Opened 
    on Sep 9, 2024
  • #28

I have a requirement. The Access-Control-Expose-Headers response header has different response values on different routes. Currently, the cos.php configuration is uniformly configured, but I don t want ...
  • yinheli
  • 3
  • Opened 
    on Sep 3, 2024
  • #26

After enabling the CORS middleware in Laravel, it was found that the Vary: Origin header is always added regardless of whether it is a CORS request or not. I don t think it is necessary if it is not a ...
  • yinheli
  • 2
  • Opened 
    on Aug 26, 2024
  • #24

image https://github.com/fruitcake/php-cors/blob/98c14933d651997e86bdb900cd3d7149380183f4/src/CorsService.php#L141 The Access-Control-Request-Methods header exists in both singular and plural variants. ...
  • puggan
  • 2
  • Opened 
    on May 13, 2024
  • #22

The changelog is missing the updates for 1.3.0. Can this please be added?
  • oldtechaa
  • 1
  • Opened 
    on Apr 9, 2024
  • #21

Hello I switched to Lumen 9.1.6. I had composer saying that laravel-cors has to be replaced. Currently, I have in app.php : ?php $app- configure( cors ); $app- middleware([ Fruitcake\Cors\HandleCors::class, ...
  • loxK
  • 2
  • Opened 
    on May 4, 2023
  • #18

Steps needed to make it work (on Lumen only) - copy cors.php to config\cors.php - Then on bootstrap\app.php enable configuration, add this line $app- configure( cors ); - (in my case, I was in question ...
  • allestaire
  • Opened 
    on Apr 3, 2023
  • #17

Hi. I have PHP version 8.1.3. We have an error for updating Laravel to version 9 Root composer.json requires fruitcake/laravel-cors ^1.2.0, found fruitcake/laravel-cors [dev-feat-lazyoptions, dev-feat-groupmiddleware, ...
  • MostafaNorzade
  • 2
  • Opened 
    on Dec 8, 2022
  • #15
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub