Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [rest]

REST (Representational State Transfer) is a style of software architecture for distributed hypermedia systems such as the World Wide Web. It has increased in popularity relative to RPC architectures such as SOAP due to the intrinsic de-coupling of client from server that comes from having a uniform interface between heterogeneous systems.

0 votes
0 answers
7 views

Chrome pre-flight returning blocked by CORS: does not have ok status, while my .rest client gives 200

I am using the chrome extension Allow CORS: Access-Control-Allow-Origin with all sorts of different setting changes, including this custom rule: Chrome running a pre-flight for my typescript fetch ...
Thomas's user avatar
  • 27
0 votes
0 answers
13 views

where are the IP ranges for lookerstudio and sheets stored?

Where are the IP ranges for both sheets and Looker Studio stored? I tried using an API to connect to Databricks, but the message of error says: API request failed with status 403: {"error_code&...
Vinícius Araújo's user avatar
-1 votes
0 answers
15 views

Best approach to pass resource id in URL when redirecting user to external app from another app (GET request) [closed]

Suppose that there's a website about some events people can book a seat for, and there's a separate web app that handles the booking process. When the user decides to go about booking a seat (or ...
Geekmard's user avatar
  • 324
0 votes
0 answers
6 views

What are the API names for Address' compound fields that are not Mailing/Billing/Etc.? Salesforce

So I currently am working with SOQL (PATCH API Call) to update an Address field on a contact record. This Address field is called Address 2 (API Name: Address_2__c) but I cant seem to be able to pass ...
Jorge Chí's user avatar
0 votes
0 answers
14 views

OkHttp Response doesn't have provided body object on the client side

I am writing REST APIs using okhttp library in Spring Boot. I have my OkHttpClient requesting a GET request(client) from another API(server). Both the client and server uses OkHtttp libraries, so I ...
Sai Madhav's user avatar
-1 votes
0 answers
8 views

Is there any step-by-step guide for configuring PayPal webhook response received from subscription payment made by smart subscribe button?

I have created an app in PayPal to allow subscriptions using smart subscribe button. I also enabled Webhook with my server url and needed events. I got a response when subscription was made. But the ...
Viral Patel's user avatar