.Net MAUI httpclient android windows authentication
I have a maui app. There the HttpClient is working well with Windows credentials, when I am compiling for Windows apps. On Android I get a NOK on getAsync request with the Message unauthorized. How can...
View ArticleModify a parameter of a running (or finished) build in TeamCity via REST API
I am trying to modify a parameter (e.g. configuration parameter) of a running (or finished) build named 'lock' and want to insert the value: "true".My initial thought was to send a rest api call with a...
View Articlecxf rest spring service giving error
I am trying to expose rest service using cxf rest. i have cxf 2.7.5 and spring 3.1.3.RELEASE when trying to use the url http://localhost:8080/web/services/rest/getreq its giving error.Status Code: 500...
View ArticleGetting error while creating rest service using apache camel
Since i am prety much new to Apache camel and especially Rest DSL, I thought of trying a sample of Rest DSL.So i created a camel-config.xml as:<?xml version="1.0" encoding="UTF-8"?><beans...
View ArticleREST API CRUD Operations design for a complex resource
I have a requirement to create a REST API for managing a Connections resource. Connections can be of different types like HTTP, Database, SOAP etc. I am using abstractions and inheritance in OpenAPI at...
View ArticleWhat does "UnsatisfiedDependency Error creating bean" in Spring Rest mean?
I'm developing a microservice about trainers and their messages in Spring using Rest. I have the controllers and services created (with their corresponding http request implementations created), and so...
View ArticleWhy is JPA query so slow?
I am implementing queries in my web application with JPA repositories. The two main tables I am querying from are FmReportTb and SpecimenTb. Here are the two entity classes (only important attributes...
View ArticleWinHttpSendRequest: [10107], [8], [c++], cpprestsdk, WinError 10061 Python
I created a client and server running on the same machine using rest api. The server runs on Python Flask and the client runs on cpprestsdk. Everything works fine at first, but the problem occurs when...
View ArticleERROR 403 (FORBIDDEN) :Your client does not have permission to get URL
I want to get the web search results in XML or JSON format, so I'm trying Custom Search Engine to do this using REST API, but when put any URL with different parameters like cx, API key, query, scope....
View ArticleSpring REST Upload file as binary
I'm using spring. I want to implement rest controller to upload file to server. I found a lot examples like this:public ResponseEntity doSomething(@PathVariable String paramOne, @RequestParam(required...
View ArticleFivetran REST API get all connectors
I'm currently working on a project where I need to list all connectors across multiple groups in Fivetran. I've managed to retrieve all the groups successfully using the REST API, but I'm having...
View ArticleHow to Format Cyber Security Logs for Syslog Collector Using Spring Boot and...
I am currently designing an application from scratch that requires daily retrieval of cyber security logs from an on-board security barrier. These logs need to be forwarded to a syslog collector after...
View ArticleHow to gather statistical information from Exchange Server?
I need a windows service which could gather various statistics from Exchange server and return them as API response. The statistics cover things like mailbox, connections, address book, etc. What are...
View ArticleHow to test whole application API in .net?
I have a multi-container application in .net build with docker. I want to test this application API with running project. I mean, I run a project with API and in other project I want to write tests...
View ArticleIntegrating a mailing API that sends image attachments and PDF (Which is...
I've been working on a react form which receives some biodata input including three images, then programmatically generates a pdf from the entries in the form, and send this pdf along with the three...
View ArticleCalling Rest API with HTTP authentication
I have to call a Rest API securely. I have an authenticate API which returns a token. I need to add this token the API I am calling.This is the usual way I know of calling the Rest API. I need to...
View ArticleVerification of hmac signature from headers
I'm implementing payment on my SaaS, I use LemonSqueezy and my API is made in TS with AdonisJS, here's my problem:When a payment is validated LemonSqueezy calls the webhook of my API with a signature...
View ArticleArray of parameters for GET request
Example: We have below operation:GET /employees I have to have functionality to allow filtering using multiple names as parameter.I represent it something like below:GET...
View ArticleUsing Offset in Firestore REST API queries
I'm looking to skip the first N values to implement pagination.For example, page 1 returns results from 1-10, If I set the offset to 10, then the first 10 results will be skipped and I get 11-20 in...
View ArticleHow do i add a wiki link to Devops using a rest API
I am trying to update Devops using make.com. In that i want to add my exisiting wiki link to a devops ticket .I understand i can do this by patch, can someone help me with the body of it.ThanksI was...
View Article