Detects '+' in an encoded query string. It is ambiguous whether it should be encoded as space or as a '+' character.

예:


  GET https://example.com/api?name=John+Doe%40example.com

빠른 수정 적용 후


  GET https://example.com/api?name=John%20Doe%40example.com