AkelPad_scripts icon indicating copy to clipboard operation
AkelPad_scripts copied to clipboard

[measuresConverter.js] unable to update with -preferFXExchangeRate=false (request error)

Open Infocatcher opened this issue 5 years ago • 0 comments

Failed for requests like https://exchange-rates.org/converter/EUR/USD/1/N

var asyncUpdater = {
	…
	addRequest: function(code) {
		…
		request.send(null); // <-- Access denied error
		return request;
	},

Infocatcher avatar Dec 24 '20 16:12 Infocatcher