Skip to main content

14 posts tagged with "api"

View All Tags

How can I serve static content?

· 3 min read
Jeremy Scott
Co-founder

With the addition in version 3 of file access and HTTP listening (you should read those blog posts first), the combination of these two features allows for serving static content, i.e., images, HTML, JavaScript, etc., from opscotch. As security is always a top priority, HTTP requests for static content are strictly controlled in several ways.

How can I listen for and respond to http requests?

· 3 min read
Jeremy Scott
Co-founder

An exciting new feature of version 3 of opscotch is the capability of listening for and responding to HTTP requests using workflows - essentially turning opscotch into an application server. As security is always a top priority, HTTP serving is strictly controlled in several ways.