What layer number should I use for application service logic running above HTTP?
The OSI model defines layer 7 as the "application layer" but most examples are protocols that run on TCP or UDP. For example, HTTP is an "application" in OSI jargon (clearly an abu...