When sending a parameter containing an undefined value
The real sent request does not contain it (indeed undefined cannot be written in json)
But the displayed request in RequestTrackTool displays null
Double bug here :
- prettyEncode should display undefined
- the ResquestTracker tool should not display it at all