ignore security error
Opened this issue · 1 comments
mkramer0820 commented
Great job wtih this project. Just curious, i have been exploring the data manager, and while running it got a Security Error sing the datamanager. I see you can ingnore this error under the v3api but can this be ignored when pulling reference data, historical data, or both data points in the datamanager?
STguerin commented
there is a ignore_security_error arguments available in all Request
Class. in other words, just add ignore_security_error=1 to your calls. You need at least 1 good security for this to work.