We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b08642 commit 182c252Copy full SHA for 182c252
1 file changed
user_guide_src/source/installation/upgrade_415.rst
@@ -56,7 +56,7 @@ Protecting **GET** method needs only when you use ``form_open()`` auto-generatio
56
CURLRequest header change
57
-------------------------
58
59
-Because of a bug, the previous version of ``CURLRequest`` sends the request headers from the browser request.
+In the previous version, if you didn't provide your own headers, ``CURLRequest`` would send the request-headers from the browser.
60
The bug was fixed. If your requests depend on the headers, your requests might fail after upgrading.
61
In this case, add the necessary headers manually.
62
See `CURLRequest Class <../libraries/curlrequest.html#headers>`_ for how to add.
0 commit comments