Re: [basex-talk] http:send-request / http:request with Azure API key

2020-09-06 Thread James Ball
Hello Jozef, I see that you’ve made some progress with your issue but in case it helps I think I had a very similar problem at one point - my computer would happily connect to an SSL server but BaseX could not. I cannot remember the details with certainty but IIRC it was caused by me running t

Re: [basex-talk] [EXTERNAL] - Re: Re. Encoding support for the BaseX server

2020-09-06 Thread Christian Grün
Please note that your code has various flaws that might lead to the erroneous result. For example, you should avoid calling String.getBytes, as it will use the default character encoding of your platform, not necessarily UTF-8 (see [1]). I have attached the output that I get for your updated examp