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
{{ message }}
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
@tuupola I think it's worth mentioning that this is the behavior of the PSR-7 implementation itself, not Slim 4 per se. So far as per your tests Slim-Psr7 and Nyholm/Psr7 have the same behavior. I'm not sure about Guzzle and Zend though.
I have Slim 4 app that is deployed into a subfolder and called like so:
https://subdomain.example.com/api/foo
Inside my code I have this line:
$app->setBasePath("/api");
According to the docs
path
andignore
shouldn't include basepath. But this doesn't work:After adding basepath like below the code works:
There are some differences between Slim 3 and Slim 4 according to @tuupola comment here
The text was updated successfully, but these errors were encountered: