You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.
The application may be unintentionally relying upon automatic detection behavior by the built-in http server. Based on what I've recently heard/read this is not best practice and can lead to various problems.
In our case it's probably not a critical issue as we're only returning status codes and some error text strings (which the built-in http server set as text/plain content type), but it's worth handling in a proper manner.
The text was updated successfully, but these errors were encountered:
The application may be unintentionally relying upon automatic detection behavior by the built-in http server. Based on what I've recently heard/read this is not best practice and can lead to various problems.
In our case it's probably not a critical issue as we're only returning status codes and some error text strings (which the built-in http server set as
text/plain
content type), but it's worth handling in a proper manner.The text was updated successfully, but these errors were encountered: