InterviewSolution
Saved Bookmarks
| 1. |
What Is Decoding Tool? |
|
Answer» The purpose of this tool is to DECODE the incoming request parameters. Arguments This tool uses the FOLLOWING arguments: encoding---- None--- It LOOKS for the content-type header Default_encoding--- "UTF-8"--- Default encoding to be used when none is provided or FOUND. The purpose of this tool is to decode the incoming request parameters. Arguments This tool uses the following arguments: encoding---- None--- It looks for the content-type header Default_encoding--- "UTF-8"--- Default encoding to be used when none is provided or found. |
|