Forum Discussion
Markzolotoy
5 years agoImpactful Individual
Paginated report - external image source
I know that I can have an API as an external source for an image as long as when I GET it it returns an image. But what if I need to POST to this endpoint? Is that possible?
Thanks
2 Replies
- AnonymousNot applicable
Hi Markzolotoy ,
What you mean "POST to this endpoint"? Can you show more details?
Best Regards,
Jay
- MarkzolotoyImpactful Individual
This works fine:
https://somedomain/api/getimage where getimage is GET. I have a server process that creates images on demand but requires POST.