They are both rejected. I also tried with "https://www.cnn.com" and
"https://nos.nl". The first is accepted, the second is rejected.
In firefox all URL's are accepted.
Ben
Op 11-11-2021 om 16:24 schreef Imsieke, Gerrit, le-tex:
Hi Ben,
What about other resources there, like:
https://raw.githubusercontent.com/BaseXdb/basex/master/basex-api/src/test/resources/input.xml
https://raw.githubusercontent.com/BaseXdb/basex/master/basex-api/src/test/resources/response.txt
Do they pass on Windows?
Gerrit
On 11.11.2021 16:14, Ben Engbers wrote:
Hi,
Allthough I have never had any feedback on my R-client to BaseX, I
have steadily been working on a new version (even while being retired,
I still like to program :-).
At present all tests are passed, except one test on adding content to
a database.
On my Linux-machine 'url
exists("https://raw.githubusercontent.com/BaseXdb/basex/master/basex-api/src/test/resources/first.xml")'
returns TRUE and 'first.xml' is added to a database.
When executed on a Windows machine, the same test returns FALSE.
I have tested other URL's - starting with https or http - and they are
all accepted.
Any clue why
"https://raw.githubusercontent.com/BaseXdb/basex/master/basex-api/src/test/resources/first.xml"
is blocked?
Ben