Hiawatha version: 9.8
Operating System: Linux (Debian)
I'm trying the use the UrlToolkit for web service redirecting. But I get on each test : Segmentation fault.
UrlToolkit {
ToolkitId = test
RequestURI exists Return
Match api/v0/(.+)$ Rewrite api/testapiv0.php?request=$1
}
Only when I enter nothing, it mentions bye!
Even when I put a # in front of the Match, I still get the segmentation fault,
I want to achive the same as Apache mod_rewrite, which work fine for me.
RewriteRule api/v0/(.+)$ api/testapiv0.php?request=$1 [QSA,NC,L]