Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everybody,
Im using rest connector to extract monetary indicators from central banks, i wanted to use one connector to extract diferent series but i get an error that I have not been able to fix, the code is the following:
The following error occurred:
(Connector error: HTTP protocol error 400 (Bad Request):
You typed an invalid character in one of the fields on the form. Please return to the previous screen and try the operation again.)
The error occurred here:
Hey,
Please try removing the space character at the beginning of the ''vURL'' variable and see if it helps:
Let vURL = 'https://www.banxico.org.mx/SieAPIRest/service/v1/series/SP30577/datos/';
I tried and still get the same error.
ps: thx for the try.