Re: [Pharo-users] Distinguishing between dynamic vs. static HTTP requests

2018-09-20 Thread Sven Van Caekenberghe
Hmm, not really, in Seaside it is typically /files and /static is something that I have used as well, but really it should be flexible as there are too many different scenarios, including all kinds of prefixes. > On 20 Sep 2018, at 09:49, James Foster wrote: > > When serving web pages from a w

[Pharo-users] Distinguishing between dynamic vs. static HTTP requests

2018-09-20 Thread James Foster
When serving web pages from a web server in front of Smalltalk (e.g., Apache, Nginx, etc.), is there a convention for designating which pages are to be sent on to Smalltalk and which are to be served directly (or sent somewhere else)? Is there a prefix or suffix for one or the other? That is, do