Berlin 10.1 IOS SSL Get with NetHTTPClient & NetHTTPRequest -


trying work out why when need access ssl websites using the default nethttp & nethttprequest keep getting data error in ios when ever functions (nethttprequest1.execute().contentasstring(); called)

works fine in windows 32 ,

do need load kind of open ssl files ios device, trying avoid this, seems native code below not require deploy files allow iohandler work ssl websites, great.

nethttprequest has client of nethttpclient , dropped on visual form, tried create method, same result.

var html:string;  begin  nethttprequest1.url:='http://www.example.com'; html:=nethttprequest1.execute().contentasstring(); memo1.text:=html;  end; // end of procedure 


Comments

Popular posts from this blog

php - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -