yosukesan / clfi

MIT License
0 stars 0 forks source link

make download https #44

Open yosukesan opened 6 months ago

yosukesan commented 6 months ago

API key is required since 2023/03/29's update of Edinet (see #41) Since the key need to be passed to Edinet server, better to use cryptic communication.

yosukesan commented 6 months ago

Since https is specified is probably using TLS. Need to check log.

$ grep http *.py
edinet_tools.py:    edinet.base_url = "https://disclosure.edinet-fsa.go.jp/api/v2"

how to dump log https://stackoverflow.com/questions/10588644/how-can-i-see-the-entire-http-request-thats-being-sent-by-my-python-application