How to add a route with special characters?
!Friendica Developers I just wanted to implemented some more Mastodon API endpoint: https://docs.joinmastodon.org/methods/tags/
So I added this endpoint:
So I added this endpoint:
/tags/{hashtag}
- but this doesn't seem to cover any url like /api/v1/tags/%23PVgegenPutin
The %
is the problem here. How has the route definition has to be defined?
Gidi Kroon
Als Antwort auf Michael Vogel • • •Michael Vogel
Als Antwort auf Gidi Kroon • • •Hypolite Petovan
Als Antwort auf Michael Vogel • • •Michael Vogel
Als Antwort auf Hypolite Petovan • • •pagename
variable is set. I hope that you can solve this.Hypolite Petovan
Als Antwort auf Michael Vogel • • •B
flag to the RewriteRule statment in the.htaccess
file.Not sure about nginx though.
Friendica Developers hat dies geteilt.
Hypolite Petovan
Als Antwort auf Hypolite Petovan • • •.htaccess-dist
file and we'll need to add this change to the release notes because it needs to be applied to production files that we do not control (ping @Tobias )Tobias
Als Antwort auf Hypolite Petovan • • •Hypolite Petovan mag das.
Hypolite Petovan
Als Antwort auf Tobias • • •Friendica Developers hat dies geteilt.
utzer [Friendica]
Als Antwort auf Tobias • • •Hypolite Petovan
Als Antwort auf utzer [Friendica] • • •utzer [Friendica] mag das.
Marek Bachmann
Als Antwort auf Hypolite Petovan • •Friendica Developers hat dies geteilt.
Hypolite Petovan
Als Antwort auf Marek Bachmann • • •If you see your own calendar, nginx needs a fix for URL-encoding the pagename parameter when rewriting URL. If you see a "Not Found" error page, it's working as expected.
Friendica Developers hat dies geteilt.
Marek Bachmann
Als Antwort auf Hypolite Petovan • •Pinnwand-Bilder
friendica.mbbit.deFriendica Developers hat dies geteilt.
Hypolite Petovan
Als Antwort auf Marek Bachmann • • •Friendica Developers hat dies geteilt.
Michael Vogel
Als Antwort auf Hypolite Petovan • • •B
here:RewriteRule ^(.*)$ index.php?pagename=$1 [E=REMOTE_USER:%{HTTP:Authorization},L,QSA]
Hypolite Petovan
Als Antwort auf Michael Vogel • • •RewriteRule ^(.*)$ index.php?pagename=$1 [E=REMOTE_USER:%{HTTP:Authorization},L,QSA,B]
Michael Vogel
Als Antwort auf Hypolite Petovan • • •Hypolite Petovan mag das.
Hypolite Petovan
Unbekannter Ursprungsbeitrag • • •Friendica Developers hat dies geteilt.