I have API, which returns application/x-amf reseponse. I want to convert it to application/json. Is there any way AMFPHP library supports this conversion?
I am using AMFPHP library version 1.6 .
I have API, which returns application/x-amf reseponse. I want to convert it to application/json. Is there any way AMFPHP library supports this conversion?
I am using AMFPHP library version 1.6 .
Copyright © 2021 Jogjafile Inc.
I am not sure about 1.6, but in the 2.x version, you can actually just post JSON data to your AMFPHP endpoint and have it return data.
For example
Hope that helps