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
Basically I believe the new asset manager does not send POST data when enqueue a URLRequest. I have observed since updating to the new asset manager that, with enqueueSingle() method is returning a result from the server, but if I check/print all $_POST data then it is empty.
Thanks for opening up the issue!
As a wrote in the forum, I'm not sure this needs to be a part of the AssetManager — a custom helper class, or maybe an addition to the new DataLoader would also be an option.
Thank you for your help and response. Indeed it's not necessary but was a nice feature to have regardless. I am using URLLoader with URLRequest now instead.
Please note this is also posted on the forums here: https://forum.starling-framework.org/topic/asset-manager-the-new-one-cant-seem-to-send-post-data-to-a-urlrequest
Basically I believe the new asset manager does not send POST data when enqueue a URLRequest. I have observed since updating to the new asset manager that, with enqueueSingle() method is returning a result from the server, but if I check/print all $_POST data then it is empty.
The text was updated successfully, but these errors were encountered: