shabiel / M-Web-Server

A YottaDB and Caché compatible HTTP server
Apache License 2.0
24 stars 19 forks source link

If a URL starts with /, it's not matched appropriately. #6

Closed shabiel closed 2 years ago

shabiel commented 8 years ago

^%W(17.6001,0)="WEB SERVICE URL HANDLER^17.6001S^1^1" ^%W(17.6001,1,0)="GET" 1)="/multiply/{multiplier}/{multiplicand}" 2)="M^ZZGMUL" ^%W(17.6001,"B","GET","/multiply/{multiplier}/{multiplicand}","M^ZZGMUL",1)=""

George said to leave out the initial '/' in the URI, and that seems to work. Moving n to PUT and POST.

shabiel commented 2 years ago

Fixed by fe2166e