WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
65281
NETWORK_ERR during interaction QtWebKit window with server
https://bugs.webkit.org/show_bug.cgi?id=65281
Summary
NETWORK_ERR during interaction QtWebKit window with server
Anton Panferov
Reported
2011-07-27 13:31:58 PDT
I'm using PySide + QtWebKit for my desktop application and I faced with very unclear for me issue now. My app run simple HTTP server and QWebView window with some html inside. This html page through XMLHttpRequest receiving data from server - very simple. And during this interaction between QWebView and server I receive "Error: NETWORK_ERR: XMLHttpRequest Exception 101". However if I open this html page in any browser (Safari, Chrome, FF - was checked) like "
http://localhost:8000/frontend.html
" interaction with server works without any problems. Initially this issue was raised against PySide (
http://bugs.pyside.org/show_bug.cgi?id=947
). But Renato Filho tested it with pure C++ Qt and issue still reproduced. Sources for reproduce and initial discussion available at
http://bugs.pyside.org/show_bug.cgi?id=947
p.s. I'm not sure about the version of Webkit used in QtWebKit, I use Qt 4.7.3
Attachments
Add attachment
proposed patch, testcase, etc.
Alexey Proskuryakov
Comment 1
2022-07-29 10:53:24 PDT
The Qt port has been removed from WebKit, resolving this bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug