GET request without parameters

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?

I would recommend using a table printing function and in your onCompleteRequest() function print out the “event” table.  You can learn about able printing functions here:

https://coronalabs.com/blog/2014/09/02/tutorial-printing-table-contents/

Look in your console window and see what values are being returned.

Rob

Thank you, the problem is solved. To run Corona I used Ubuntu and Vine. Launched on Windows and the problem was solved.

 

I would recommend using a table printing function and in your onCompleteRequest() function print out the “event” table.  You can learn about able printing functions here:

https://coronalabs.com/blog/2014/09/02/tutorial-printing-table-contents/

Look in your console window and see what values are being returned.

Rob

Thank you, the problem is solved. To run Corona I used Ubuntu and Vine. Launched on Windows and the problem was solved.