Sending .JSON file to website from in-game

I want players in my Unreal Engine 5 game to be able to send a text as .json file to a page on my WIX website, where it can be displayed. I would like them to press a button to trigger sending the text.

I have already set up the backend code on my website for the .json file to be received.

What is the simplest way of doing this in Blueprints?

this may help:

https://www.fab.com/listings/9c3c21b8-6965-4005-b13a-7fbc8ad54fe8

restful plugin on fab.com

Hi,
Thanks for sharing this.
How would I implement this into Blueprint code?

Hey, @Nawrot - have you used this plugin before? I’ve been using VaRest, and now also see a VaRestX on Fab, and I’m wondering what the differences are.

@Jcfalloon , VaRest actually comes as a default plugin and has a link to the documentation page, but I’m interested to hear if the suggested “Restful” is better.

No I did not used any of those plugins. Just know that there are plugins for doing communication with websites.