Soracom Product Updates logo

Product Updates

Soracom is IoT connectivity with powerful APIs that enable you to build world class applications

Subscribe to Updates
  • 日本語

Labels

  • All Posts
  • Feature
  • Improvements
  • Devices
  • Announcement
  • Beta
  • Deprecation
  • End of Support

Jump to Month

  • October 2025
  • September 2025
  • August 2025
  • July 2025
  • June 2025
  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
Feature
3 days ago

New option added to Soracom Funk to skip HTTP status code from responses

A new group setting called "Skip Status Code" (skipStatusCode) has been added to the Soracom Funk UDP entry point and TCP entry point. When you enable this setting, Funk responses sent to devices omit the leading HTTP status code and the following space.

Background

Previously, when using the Funk UDP entry point or TCP entry point (*1), Funk responses always included a prefix in the Soracom Funk format: HTTP status code + space + response body returned by the Function as a Service (FaaS) function.

For simple device implementations that did not use the status code, or for custom protocols where leading numeric characters created compatibility issues, additional processing was required to remove this prefix.

(*1) This also applies when using a Unified Endpoint with the response format set to SORACOMFunk.

Added functionality

When you enable "Skip Status Code" in the group settings:

  • The leading HTTP status code + space is removed from responses returned via the UDP entry point and TCP entry point.
  • Whether the HTTP status code is in the 200 range or 400 and above, only the response body returned by the Function as a Service (FaaS) function is returned.
  • Unified format responses (when using a Unified Endpoint with response format set to Unified) are not affected; the statusCode field remains included.

The Soracom CLI and Soracom API now include the skipStatusCode configuration parameter (Boolean). Set it to true to apply the same behavior programmatically.

For configuration steps and response examples, refer to the documentation below.

Documentation

  • Soracom Funk Configuration

If you have any questions, please contact Soracom Support.