-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Remove WebBrowserExtensions.LoadUrlWithPostData #2705
Comments
The only reliable method is to use |
It maybe possible to still send cookies see https://magpcss.org/ceforum/viewtopic.php?f=6&t=16650#p41343 |
…achedCredentials Possible workaround for sending cookies Issue #2705
…achedCredentials Possible workaround for sending cookies Issue #2705
Setting Changes made to |
Will defer this change until we see the impact of the new |
No further reports of problems, will leave the code as is for now. |
The method is still marked as obsolete with a message stating it will be removed in version 75. Since this issue is closed and the method is being kept, should this message be removed? |
You are welcome to submit a pull request. |
…bute No further reports of issues #2705
…bute No further reports of issues #2705
The underlying
LoadRequest
method has become unreliable. It no longer sendsCookie
with requests. You can also only call it after the browser has successfully loaded aUrl
.https://magpcss.org/ceforum/viewtopic.php?f=6&t=16592&p=41067#p41074
As a result we'll remove
WebBrowserExtensions.LoadUrlWithPostData
WebBrowserExtensions.LoadUrlWithPostData
asObsolete
WebBrowserExtensions.LoadUrlWithPostData
LoadRequest
making it clear it's not reliable.The text was updated successfully, but these errors were encountered: