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
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:
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?
The text was updated successfully, but these errors were encountered:
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
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](https://private-user-images.githubusercontent.com/13657769/249668494-b684047d-5c19-4407-9e0c-71f0fa85a877.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk4Mjg0NzYsIm5iZiI6MTczOTgyODE3NiwicGF0aCI6Ii8xMzY1Nzc2OS8yNDk2Njg0OTQtYjY4NDA0N2QtNWMxOS00NDA3LTllMGMtNzFmMGZhODVhODc3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE3VDIxMzYxNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTkzNGFhZmRkZmYzMmU3ZWQ0ZDM4ZWQzMDY3YTRjNzZiMzMxNzBhMTEzYWMyZmQ4MWQ4YzNlMTBmMWZkOWVmMzYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.8BQuydhaEwtRDw2rJQYsqOXHBDSSOEUpMye5c6_UxN0)
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?
The text was updated successfully, but these errors were encountered: