Translate cURL POST request to Snap!

Does anyone know how to translate a cURL request like this

curl -X POST \
	-F 'client_name=Test Application' \
	-F 'redirect_uris=urn:ietf:wg:oauth:2.0:oob' \
	-F 'scopes=read write follow push' \
	-F 'website=https://myapp.example' \
	https://mastodon.example/api/v1/apps

to something using the web services url reporter?

u execute it then go to network tab and copy as fetch

untitled script pic - 2022-11-13T235541.441
Should do the trick...

Spot on - as usual :slight_smile:

Been trying for days to work out the spell required :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.