This is a follow up question to Acess a servant server with a reflex-dom client:
If I run the client code in a web browser everything works fine. However if I run the client code in webkit under gtk3 (and Debian), I can see the request in the server, but the client doesn't receive any response.
I assume, this is again some kind of a security or CORS problem. I found this post How to disable web security (cross origin reequest) in webkit gtk from the year 2012 saying not possible due to this bug https://bugs.webkit.org/show_bug.cgi?id=58378. If I look at this bug, it says: Status: RESOLVED FIXED. The second answer of the mentiond SO post shows some settings in an unspecified file..
My question is: Where (directory and file) do I have to specify what, to access a server from a WebkitGtk client.