> Source: [sk160092](https://support.checkpoint.com/results/sk/sk160092)

# sk160092 - HTTP traffic is blocked with "parameters are undecodable in request" 

| Property | Value |
|----------|-------|
| Solution ID | sk160092 |
| Date Created | 2019-08-13 |
| Last Modified | 2021-08-29 |
| Technical Level | General |
| Products | Security Gateway |
| Versions | R82.10, R82, R81.20 |
| OS | Gaia |

## Symptoms

- * HTTP traffic is blocked with these errors:

  * `HTTP parsing error occurred (2)`
  * `parameters are undecodable in request`
* The kernel debug (`WS all`) shows:

  ```
  ws_http_process_http_parsing_error: Calling signature pe to process general parser event PARSING_ERROR;
  ws_http_process_http_parsing_error: *protection_scheme->extended_values[E_WS_PROTECT_ID_SIGNATURE] 0x17ffef341;
  ws_http_session_msg_read: found msg id 13;
  ws_signature_pe_general_parser_event_cb: precise error for session ffffc20029ef5030 is: parameters are undecodable in request;
  ```

* In rare cases, HTTP traffic latency is observed.

## Solution

This problem was fixed. The fix is included in these versions and Takes of Jumbo Hotfix Accumulators (you must configure the value "1" for the kernel parameter "**`ws_check_bin_param_val_on_text_content_type`**"):

* [Check Point R80.40](https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solutionid=sk160736) and higher
* [Jumbo Hotfix Accumulator for R80.30](https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solutionid=sk153152) starting from Take 219 - for Gaia 3.10
* [Jumbo Hotfix Accumulator for R80.30](https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solutionid=sk153152) starting from Take 163 - for Gaia 2.6.18
* [Jumbo Hotfix Accumulator for R80.20](https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solutionid=sk137592) starting from Take 134
* [Jumbo Hotfix Accumulator for R80.10](https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solutionid=sk116380) starting from Take 278

For **other [supported](http://www.checkpoint.com/support-services/support-life-cycle-policy/index.html) versions** , Check Point can supply a **Hotfix** . [Contact Check Point Support](https://www.checkpoint.com/support-services/contact-support/) to get a Hotfix for this issue.  
A Support Engineer will make sure the Hotfix is compatible with your environment before providing the Hotfix.  
For faster resolution and verification, please collect [CPinfo files](http://supportcontent.checkpoint.com/solutions?id=sk92739) from the Security Management Server and Security Gateways involved in the case.

**Explanation:**

|-----------------------------------------------|----------------------------------------------------------------------------------------------------------------------------|
| Value of Kernel Parameter                     | Description                                                                                                                |
| ws_check_bin_param_val_on_text_content_type=0 | Security Gateway decodes all the HTTP parameters. This is the default.                                                     |
| ws_check_bin_param_val_on_text_content_type=1 | Security Gateway decodes the HTTP parameters that are ASCII-only (does not decode in case a non-ASCII character is found). |

**Instructions:**

To configure values of kernel parameters, see [sk26202](https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solutionid=sk26202).

---

# Agent Instructions

This content is from the Check Point Support Center (https://support.checkpoint.com), the official knowledge base for Check Point cybersecurity products.

## Navigating This Knowledge Base

- **Complete index**: [llms.txt](https://support.checkpoint.com/llms.txt)
- **All SK articles**: [SecureKnowledge Sitemap](https://support.checkpoint.com/sitemaps/secureknowledge-sitemap-index.xml)
- **SK article URL pattern**: `https://support.checkpoint.com/results/sk/{skId}`
- **Markdown responses**: AI bot User-Agents automatically receive `text/markdown` content
