I need support to understand how Tizen manages querystring.
I create a project native http client as the HttpClient shows, but when I try to use an URL with a query string as “http://server/path/program?query_string“, the Submit method failed with the error message “01-08 21:59:18.025 : ERROR / Tizen::Net::Http ( 8073 : 8073 ) : result Tizen::Net::Http::_HttpTransactionImpl::Submit()(556) > [E_INVALID_ARG] [SECURE_LOG] The host address(http://mymemory.translated.net) of HttpSession is different with url(http://mymemory.translated.net/api/get?q=Ciao&langpair=it|ko).”
On the other hand, if I submit a request with URL without querystring (in my test “http://mymemory.translated.net/api/get”), the submit works fine, but obviously I get an error message by the server.
Could someone help me to understand how manage querystring?
http client get method querystring
Hi to all,
I need support to understand how Tizen manages querystring.
I create a project native http client as the HttpClient shows, but when I try to use an URL with a query string as “
http://server/path/program?query_string
“, the Submit method failed with the error message “01-08 21:59:18.025 : ERROR / Tizen::Net::Http ( 8073 : 8073 ) : result Tizen::Net::Http::_HttpTransactionImpl::Submit()(556) > [E_INVALID_ARG] [SECURE_LOG] The host address(http://mymemory.translated.net) of HttpSession is different with url(http://mymemory.translated.net/api/get?q=Ciao&langpair=it|ko).”On the other hand, if I submit a request with URL without querystring (in my test “http://mymemory.translated.net/api/get”), the submit works fine, but obviously I get an error message by the server.
Could someone help me to understand how manage querystring?
Thanks in advance
Regards
Dario
BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio