sasjs / server

Build Apps on Base SAS

Home Page:https://server.sasjs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stored Program default content-type

allanbowe opened this issue ยท comments

When running as a Stored Program, the following response header should be the default:

content-type: text/html; charset=utf-8

UNLESS the _debug value is set (>= 131) in which case it should be:

content-type: text/plain

These defaults may be overwritten by the programs themselves

๐ŸŽ‰ This issue has been resolved in version 0.28.0 ๐ŸŽ‰

The release is available on:

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€