Troubles sending binary file to rest API
I try send file to rest API, but service return error.variables: l_amount INTEGER := 100; l_pos INTEGER := 1; i number; fSize number; -- dbms_lob.getlength(myFile); contLength number; -- fSize + length...
View ArticleGenerating eBay REST API User Tokens from console app
I need to generate user tokens for the new eBay RESTful APIs from my console app, which is used to pull down and store order information from my selling account into my private database. This requires...
View ArticleUnable to Set ShipFrom when using ConfirmShipment in the Amazon Orders SP-API
We have tried everything we can see. Our last attempt added a 'shipFrom' block as mentioned in some Amazon samples. The shipment update is accepted without error, however the 'Ship From' in seller...
View ArticleGET request works in browser but not in POSTMAN - Cloudfare denies it
I am trying to access the following API and this is the behaviorAPI = https://api.btcxindia.com/ticker/While accessing this API from Postman , I get the output. However, if I leave my postman open and...
View ArticleCORS error using Yii2 API and ReactJS frontend
This question might seem very easy to someone use to Yii2 API and React Js. I am quite new combining this technology.I have a Yii2 API with the behaviors configured as shown herepublic $serializer =...
View ArticleImplementing leaner conflict resolution using standard ETAg/If-Match
I have a REST service for which I need to implement safe updates of resources.A standardized way of doing this is to utilize ETag and If-Match headers, so that when a client attempts to PUT a resource...
View ArticleUsing REST API in Python to run Workflows in Azure Purview
We are trying to use Purview REST APIs to make a user request that should be able to trigger a Purview workflow run. The workflow should trigger whenever the user is trying to update an asset, for...
View ArticleFailure of physical device to connect to correct port where flask server is...
I have a flutter application and it makes use of a REST API which is running as a flask server on port 5000 locally on my host machine but when I install the app on my physical device it seems to be...
View ArticleChange password on ESXi with REST API
I am trying to write a script in PHP that resets the root password on an ESXi ("myhost", moId="host-15458") registered to a VCSA version 8.0.2 ("myvCenter", API-Id=8.0.2.200). I have the old password...
View ArticleCustom error messages in Spring Rest Api validation - ProblemDetails
I am trying to get a ProblemDetail response populated with the message provided on the message attribute of certain controller @Valid annotations.For example, the message attribute on the @Pattern...
View ArticleSharepoint/Project RestApi 0x8102006d Error via postman
My colleagues asked to figure out how to use rest api in Sharepoint (Project) on premise (not online! not sharepoint.com!).Get requests work fine with NTLM auth via Postman.Troubles started when i...
View ArticleConversion API Purchase Event does't work
dear community!I've encountered an issue while implementing the Conversion API integration on our website to track events and send them directly to Facebook from our server. We're experiencing problems...
View ArticleBest Practices for RBAC/ABAC in REST API with mandatory and optional...
I am currently working on a REST API where we've traditionally indicated which fields are mandatory and which are optional in the response or DTO. This has been straightforward as each endpoint had a...
View ArticleAndroid Emulator Error: [AxiosError: Network Error]
I am working in a react-native application. Here, I am getting [AxiosError: Network Error] in the android emulator, while calling my application specific APIs (which is hosted). But it works fine in...
View ArticleMicrosoft Partner Center API: HTTP 400 Authorization header token missing...
I want to use the Microsoft Partner Center API but Im unable to test the scenario described here: https://learn.microsoft.com/en-us/partner-center/developer/create-earnings-export-requestWhere Im...
View ArticleDatabricks API - Import the file from DevOps repo to databricks workspace
Our pipeline logic includes the Add-DatabricksDBFSFile function to move .sh file from DevOps repo to DBFS in databricks for later cluster creation purpose (below code)Add-DatabricksDBFSFile...
View Articlehow to add authorizer for a aws serverless NodeJS application
I have created the nodejs rest api using serverless framework. The application is very similar to the below template. I have created a custom authentication as a separate service i want include that...
View ArticleHow to change api URL attributes(values) in SLIM
I am doing pagination in REST api developed over slim.Using below API to get current uri(string) $request->getUri();RESULT ::http://localhost/slim/test_app/test/public/api/actions/?page=2But now for...
View ArticleIs there a prebuilt framework for handling cursor-based pagination in the...
I'm looking to implement cursor based pagination on a large number of endpoints across multiple spring microservice API's.I'm looking for a dependency I can inject and implement in the same or similar...
View ArticleAdd entire JSON Data in POST Request's Body Flutter
I hope everyone's doing fine. I'm making a POST request using HTTPClient and posting a form's data. Previously I had passed only three fields in the requests body and all those three fields values are...
View Article