WL.Client.makeRequest()
the function is deprecated in MFP 8.0. What are the uses of the function? If any document you have please share with me.
What is the correct solution for this In MFP 8.0
After Run migration command mfpmigrate scan
. I am getting like this
Create a custom adapter that provides the same functionality
Please given any document related the function and what the alternative solution in MFP 8.0
Thanks, Karthik S.
WL.Client.makeRequest()
API allowed making outbound calls to endpoints.
In MFP 8.0, you should use WLResourceRequest
API instead. API documentation here.