You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix static resource preflight route in preflight handler adding (#55)
* Fix setup of preflight route for StaticResource.
Because of set_options_route of StaticResource is return nothing, get the OPTIONS route directly from resource instance _routes
* Fix creation of servers for tests in real browser.
Sockets for each server is created before starting app to avoid freezing
* Add integration test for OPTIONS request to static resource route
(used test_page.html)
* Add CORS config test for static resource
0 commit comments