Change in HTTP error code for URL not found error¶

The error code returned to customers, when using an incorrect or invalid URL to access their Snowflake account, behaves as follows:

Before the change:

Anyone using an incorrect (non-existent org/account or malformed) URL to access their Snowflake account was returned a 403 error.

After the change:

Anyone using an incorrect (non-existent org/account or malformed) URL to access their Snowflake account can see 403, 404, or 513 return codes.

What you need to do If you have hard-coded the error code 403 in your error handling logic/code, Snowflake recommends updating it to include error codes 403, 404, and 513.

If you have any questions regarding this change, please open a case with Snowflake Support.

Ref: 1669