You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
[FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
Please do not modify this template :) and fill in all the required fields.
1. Is this request related to a challenge you're experiencing? Tell me about your story.
I need to send XLSX and receive PDF response in HTTP Request node. It calls AWS API Gateway. APIGW requires binary responses are base64 encoded. It seems that Dify has no base64 decoding capablity now.
2. Additional context or comments
/api/core/workflow/nodes/http_request/entities.py
I think updating Response class to auto-detect encoding will be good.
3. Can you help us with this feature?
I am interested in contributing to this feature.
The text was updated successfully, but these errors were encountered:
mihit
changed the title
Receiving binary files response via HTTP Request Node, it wouldn't decode Base64Encode. I need it.
When receiving binary files response in HTTP Request Node, it wouldn't decode Base64Encode. I need it.
Dec 26, 2024
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
I need to send XLSX and receive PDF response in HTTP Request node. It calls AWS API Gateway. APIGW requires binary responses are base64 encoded. It seems that Dify has no base64 decoding capablity now.
2. Additional context or comments
/api/core/workflow/nodes/http_request/entities.py
I think updating Response class to auto-detect encoding will be good.
3. Can you help us with this feature?
The text was updated successfully, but these errors were encountered: