Description of the problem:
network.request( "https://duckduckgo.com", "GET", onCompleteRequest )
and
network.request( "https://duckduckgo.com/?q=gfdsg&ia=videos", "GET", onCompleteRequest )
In both cases, the returned page “https://duckduckgo.com” without parameters.
What is the problem?