Replies: 1 comment
-
Hi @coolbq, AFAIK you can cURL it, but you need to specify not just the parameters, but also the headers and so on, for a quick reference, check this piece of code from Lines 273 to 295 in 26a61ca For your concrete example, the header value should be |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm trying to build query strings to do download history data from investing.com. I want to query by CURL or HTTPie. But it returns error this way. Does investing.com need any special parameters in the query?
I also test it in the Postman, but returns the same error. The query string is like this one "https://www.investing.com/instruments/HistoricalDataAjax?curr_id=1114321&smlID=27721383&header=MRNA Historical Data&st_date=02/01/2021&end_date=04/27/2021&interval_sec=Daily&sort_col=date&sort_ord=DESC&action=historical_data"
Do I miss anything? Or it is not possible to query by CURL or HTTPie ?
Beta Was this translation helpful? Give feedback.
All reactions