REST
Discussions tagged REST
-
more than a month ago
Delphi and RestDebuger issue with NLTM authentication
Using the RestDebugger I cannot seem to connect to a Windows auth RESt service. Date=Tue, 01 May 2018 15:40:35 GMTContent-Length=0Server=Microsoft-IIS/8.5WWW-Authenticate=Negotiate, NTLMX-Powered-By=ASP.NET What authentication must I use. ... -
more than a month ago
Rest Client with PFX certificate file
Hi, I have to developp a Rest Client in Delphi Tokyo. It should use a pfx file certificate to consume the web service. In SoapUI I have such things : For the pfx certificate I have and for the Authentication Any idea of how to do this... -
more than a month ago
Restclient development
I am trying to access a rest service using Trestclient, Trestrequest and Trestresponse. the rest service calls back on port 8182 with a http post request that contains a body that has raw data as json. How can I use Delphi to access the body cont... -
more than a month ago
TRESTClient throws EBindingScopeFactoryError
I have created new console application of C++ Builder Type. My requirement is to achieve REST API Request from DLL without any UI. With some research I found TREST library. But it requires VCL library. So I Just added new VCL form in Project it will ... -
more than a month ago
REST Service
I create a small application with the TRESTClient, TRESTRequest, and TRESTResponse to interogate SOAP Service. Soap service have url='http://192.168.1.74/JavaReportService/ManticoreWebReport?wsdl' and 3 methods. How can obtain the list of this 3 me... -
more than a month ago
DSRestConnection to a user and password protected server on https on android
I'm writing clients to a user and password protected server that's using datasnap ServerMethods on port 443 (https). Everything is working nicely on Windows and IOS, but I think something is wrong on Android, I'm keep getting exception "HTTP/1.1 401... -
more than a month ago
What version of TLS does TRESTClient use?
I am accessing a Web Service that has notified me that they will no longer support TLS 1.0. Do I need to be concerned? ... -
more than a month ago
TDSRestConnection TimeOut ENetHTTPClientException
Hello, using a DataSnap REST Serve, when consuming a method that takes 30 seconds or more to return, the client application this exception occurs "ENetHTTPClientException". Is there any TimeOut option to configure on TDSRestConnection? Or some ... -
more than a month ago
GZIP Compression with TRESTCLient
Whats the easiest way to compress data being sent to a server using the TRESTClient component under 10.1 Berlin?... -
more than a month ago
RestRequest.Execute very slow on secured wifi
I am using TRESTRequest along with TRestClient And TRestRequest. I have a URL that returns JSON. I have assigned this URL to TRestClient. I made the necessary connection between the above components. Then I do RestRequest.Execute to get the JSON fr... -
more than a month ago
JSON data getting cut off when loaded using REST to ClientDataSet
I used RestClient, RestRequest, RestResponse, RestResponseDatasetAdapter to load JSON from website to ClientDataSet. Problem is that when I try to display a long text field into a memo, I only get part of text . memo1.lines.text := ClientDataSet.F... -
more than a month ago
Rest DataSnap only GetInvocationMetadata().ResponseContentType := 'application/json; charset=utf-8';
Hello!I am doing a rest service. It needs to return only ResponseContentType := 'application/json; charset=utf-8'.I am doing so:GetInvocationMetadata().ResponseContentType := 'application/json; charset=utf-8';GetInvocationMetadata().ResponseCode := 2... -
more than a month ago
Design help/ideas for Mobile > Datasnap/SQL server > Firewall > Application/SQL server
Hi, I'm hoping some of you developers, MVPs, and evangelists can help me come up with a design plan and possible samples for something I would like to try. This area of Delphi is totally new to me as I have been purely working in a desktop UI to in... -
more than a month ago
D10 Seattle - TDSRestConnection does not send User and Password to DataSnap REST Server
Hi, the Delphi 10 Seattle does not send user and password defined in the TDSRestConnection (client application). If the client application is compiled for example in XE7 , works fine sending the username and password to the server. Work arround?... -
more than a month ago
Twilio
Is anyone using Twilio to send SMS? I have the TMS cloud pack and can use it fine, it works great. I'm looking to digging in a little deeper and to MMS and respond to incoming messages. I am looking at there REST API, no Delphi examples If any one... -
more than a month ago
FireDac Reflection API with server's generated id
How to use FireDac reflection API with generated id from server side? In my application, I'm using a simple TFDQuery to fetch data, and so the server passes this data to client by FireDac Reflection API, but when client send me inserted data, I need ... -
more than a month ago
Posting a data-set to a Rest server using reflection
2 questions Rest using VCL, FireDac and MSSQL I have written several Rest servers in XE2 awhile back but never got to see the client. They were simple and returned JSONs that I made by hand. They were all POST, in that my method always started with... -
more than a month ago
Which direction to take when it comes to remote database and mobile communication
To be honest this is probably more of a "where the heck do I start" type of question than a specific issue as I can't see the wood for the trees with so many small demos out there all doing something slightly different. I seem to have so many option... -
more than a month ago
Using OAuth 1.0 for Yahoo Messenger
i've been trying to develop yahoo messenger client using Delphi XE8. I'm using RESTClient, RESTRequest and RESTResponse component, but not using AOuth1 component yet. Now with the component, i've managed to pass the Step 1 (GetAuthToken), Step 2 (Get... -
more than a month ago
Using OAuth 1.0 for Yahoo Messenger
i've been trying to develop yahoo messenger client using Delphi XE8. I'm using RESTClient, RESTRequest and RESTResponse component, but not using AOuth1 component yet. Now with the component, i've managed to pass the Step 1 (GetAuthToken), Step 2 (Ge...
- Page :
- 1
- 2