Trying to create a wordpress plugin that generates a blog based on a form...
As the title says, I am trying to write a WordPress plugin that extracts info from a Contact 7 Form, sends it to the OpenAI API, and returns the generated text in a text box for the user to read. I...
View ArticleGet only user email address with Google OAuth in Python
I am working on a Python web backend. And I have successfully implemented Google OAuth functionality using the following...
View Article504 Gateway timeout Springboot
I am working in a Spring boot project and I have a request which is returning a Gateway Timeout 504.Can I increase this timeout? Is this a property that I can change in the standalone-full.xml?I am...
View ArticleError 400 while trying method customers.googleAds.search
DescriptionThe following Google Rest API interface allows to test the method using customerID and developer-token parameters:...
View ArticleHow to properly expose boolean search functions when designing a RESTful API?
I'm designing a RESTful API for a search function that looks something like this:http://example.com/books/?author=John+Smith&title=Brain+Surgery+For+DummiesLooking at this URI, I don't immediately...
View ArticleError in with fetch call "net::ERR_CONNECTION_RESET" and "Uncaught (in...
I'm doing a fetch in react and getting these errors and I cannot figure out how to fix it. I am using TypeScript and a C# rest service. It works fine in postman but having these issues in the client.I...
View ArticleIs there a LIKE operator in odata filter?
I'm trying to filter my data through OData where the field FileRef contains lets say "/The root path/folder/subfolder", I tried with substringof like so:$filter=substringof("sites/my folder/subfolder",...
View ArticleWhat's the difference between REST & RESTful
What's the difference between REST and RESTful system?From a few things I've read most so called REST services are actually RESTful services. So what is the difference between the two?
View ArticleIs JAX-RS Client Thread Safe
In Java EE7, the JAX-RS Client API provides a high-level API for accessing any REST resources. According to the documentation, "Clients are heavy-weight objects that manage the client-side...
View ArticleMy Request Body is populating with null value
I'm working on a Spring Boot application where I am sending SuspendResumeRequest to a REST endpoint and map it to a Java object. However, when the request lands in the controller, all the fields in my...
View ArticleHow to deal with exponential call hierarchy in Microservices Architecture?
I have the following call hierarchy in my architecture:BFF → Microservice A → Microservice B → Anticorruption Layer → Legacy SystemIn each service above I am using the retry pattern to deal with HTTP...
View ArticleJava Process consumes more than 100% CPU
I am running a spring-boot application on VM having Ubuntu 18.04.2.The application basically has the REST API's which gets the data from the database, massages it and sends back to the client. After...
View ArticleJmeter showing response code as 300 in response
I am working in a desktop application which contains API as well.So when I try to hit the API using Jmeter with the local server name as localhost. I am getting the response as belowResponse...
View ArticleLinkedin Version 202501 API Not enough permissions to access:...
I am encountering an error when using the Linkedin-Version 202501. However, it works fine when I downgrade to version 202411.Request Header:https://api.linkedin.com/rest/conversionsRequest...
View ArticleGet data of User's XBOX account
I want to extract data from a user's Xbox account. i.e. I want to extract the user's summaries/profileStats/profileStats/UserStats or whatever Xbox calls it.The process I followed:I registered an...
View ArticleCORS error while consuming calling REST API with React
I created a restful api with django-rest-framework accessible with this URL http://192.168.33.10:8002/scenarios/ and I'm creating a React app to make calls to the api an d consume its data. I'm using...
View ArticleRESTful API naming convention
I have two collections: persons and pets. A person may have as many pets as they want.Person document:person { id: person-id data: person-info}Pet document:pet { id: pet-id data: pet-info personId:...
View ArticleSplunk REST API not returning results for search query which has stats...
I am trying to use Splunk REST API to get my saved searches from splunk, create a search job with that query and then fetch the results for the returned SID. The problem I am experiencing is that...
View ArticleThe MAC signature found in the HTTP request '...' is not the same as any...
I'm sending the following request in Postman to retrieve a simple .jpg from Azure Blob storage at this URL https://steamo.blob.core.windows.net/testcontainer/dog.jpgGET /testcontainer/dog.jpg...
View ArticleSharePoint REST API filter on date does not work without time
I am facing a strange issue in the production site where I am using below API to filter on date column_api/web/lists/getbytitle('List Name')/Items?$filter=MeetingDate eq '2022-09-15'&$top=1There...
View Article