Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POST binary数据无Content-Type 代理出错 #457

Open
zhaoye opened this issue Feb 18, 2021 · 0 comments
Open

POST binary数据无Content-Type 代理出错 #457

zhaoye opened this issue Feb 18, 2021 · 0 comments

Comments

@zhaoye
Copy link
Member

zhaoye commented Feb 18, 2021

with open(f"{curPath}/1.png", "rb") as f:
           data = f.read()
       r = requests.post(url=uri, data=data)

lyrebird代理后转发body为base64字符串

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant