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

CEF66.0 User-defined request exception #660

Open
wangdongdong520 opened this issue Jun 29, 2023 · 1 comment
Open

CEF66.0 User-defined request exception #660

wangdongdong520 opened this issue Jun 29, 2023 · 1 comment

Comments

@wangdongdong520
Copy link

Hello, because I handle iframe cross-domain reasons, I implemented a python request custom request on the CEF project including ClientHandler, ResourceHandler, WebRequestClient classes. However, there is a problem, the SIZE of the browser response is 0 and the response display is incomplete, as shown in the figure:
image

image

I already cleared ResourceHandler. ReadResponse points received by 2 times to 37216 characters. Print out to view is complete. So, any idea what to look for?

@wangdongdong520
Copy link
Author

wangdongdong520 commented Jun 29, 2023

I just solved the problem of incomplete presentation of the response because of the accepted data type. I don't know why WebRequestClient OnDownloadData() I received data is a character type. Now, one small problem is that size is still 0

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