01:37:55 When using `monero-ts` to access `monero-wallet-rpc` through 01:37:55 `browser -> monero-wallet-rpc` = No CORS / rpc-access-control-origins 01:37:57 `browser -> webserver (proxy) -> monero-wallet-rpc` = has been blocked by CORS policy: Request header field content-type is not allowed by Access-Control-Allow-Headers in preflight response. 01:37:59 https://github.com/monero-project/monero/blob/master/contrib/epee/include/net/http_protocol_handler.inl#L688 01:38:01 Am I missing something? 01:44:42 The `No CORS / rpc-access-control-origins` means `rpc-access-control-origins` setting are ignored or not returned in preflight/options request. I've tried with both `domain` and `*`.