Hi, I’ve seen your email and responded to that as well, but just to be sure, I’ll post the answers to the questions on here as well!
My project is intended for HTML5 / Mobile platforms (Android & IOS), won’t that be a problem for him?
No, both plugins should work on every platform the UE4 can export/package to.
My project is currently in 4.23, is it good? Is the port to 4.26 being carried out on your side?
I would always advice using the latest engine version if possible, but sometimes it’s not possible or not desirable. Either way, both plugins work on 4.23 as well as on 4.24, 4.25 and 4.26. When you upgrade your project to a newer engine version, you usually don’t have to change any code that interacts with my plugins, I only make breaking changes very rarely.
Do you have conflict issues with other known plugins?
No other plugins should conflict with my plugins, it shouldn’t be possible either, as every class, function, global, etc is prefixed with .
Can your plugins be used for commercial use?
Yes they can be (every plugin on the UE4 marketplace should allow this, it’s part of the marketplace’s ToS if I’m correct).
The plugin can talk with APIs in HTTPS?
Yes, HTTPS is fully supported on every platform the UE4 can export/package to.
Does it take CORS permissions into account?
It should (it uses the HTTP request functionality of the engine, which in turn uses the HTTP request functionality that works best on that platform, for example, on windows it uses cURL). Whether it supports CORS or not depends on how the HTTP request functionality of that platform works, which in turn also depends on Epic’s implementation of it. As far as I know, every platform takes CORS into account, but I’ve never tested that properly.
Can we get the headers of the answer? / Can we recover the cookies in the header of the response? Is a storage function already integrated?
Yes, when you set a cookie, it should set a header, and every header from a response can be accessed and read. No automatic storage solution for cookies has been integrated as far as I know.
“LE Json” and “LE Http Request” must work together?
You don’t have to use them both together, but they do work together really well of course, as I’ve designed my plugins to work really well together.
I hope that answers all of your questions! If you have any more questions or if you need any help with anything, please let me know!