Support Forum

Ask questions and get help from MobileTogether experts.
MobileTogether Product Information
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
View
Go to last post Go to first unread
mario  
#1 Posted : Sunday, March 17, 2024 7:07:47 PM(UTC)
mario

Rank: Newbie

Groups: Registered
Joined: 3/17/2024(UTC)
Posts: 6
Italy
Location: Terni

Sorry fot my bad english

I am new on this forum
I use filemaker, and I need to make a small application to get data from Filemaker Server with API REST and store inside PERSISTENT database

I use filemaker but I need to make android app, and I like to use MobileTogether

Inside filemaker to get Json from the server i have a parameter script where I setup CURL variable option like this:

-X POST
D $_response_headers
--header "Content-Type: application/json"
--header "Authorization: Basic cmVzdDpyZXN0" (this is the username and password "base 64 encoded")
-d @$_authentication_json (This is the variable that get Json result, in the case of altova I use $MT_HTTPExecute_Result variable

And I get Json result like this:
start Json resutl
{
"messages" :
[
{
"code" : "0",
"message" : "OK"
}
],
"response" :
{
"token" : "cd97cf3b422d623196688d306c1f2c151d944452817c71b5"
}
}
end Json result

I need to do the some with Restful Api Request apnel

In the RESTful API Request panel, use Basic/OAuth setup, where I write username and password
But I get error:

Error response:
{"messages":[{"message":"Invalid content type (application/x-www-form-urlencoded). These are valid: application/json","code":"1708"}],"response":{}}
Error executing REST POST request: FatalError: I/O operation on file 'https://cmstudio.eu/fmi/data/vLatest/databases/beezwax_data_api_demo_19/sessions' failed.
Details:
I/O Error 400: Bad Request

Some good soul can help me hot to setup the some call with Api rest In MobileTogether?
Thanks to evryone
Mario
mario attached the following image(s):
RestPanel.png
Users browsing this topic
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.