Questions tagged [endpoint]

This is a general tag used for all kinds of logic that reside in some receiving or sending scenario.

This is a general tag used for all kinds of logic that reside in some receiving or sending scenario. It's not necessarily bound to code, but may also be used in abstract or descriptive type of questions.

2085 questions
0
votes
3 answers

Camel mock endpoint for pollEnrich

I tried to mock endpoint for pollEnrich but had no success. Mocking with adviceWith works fine for .to("") and .enrich(""), but for pollEnrich I faced error: org.apache.http.conn.HttpHostConnectException: Connect to localhost:8983 I can't…
rpc1
  • 688
  • 10
  • 23
0
votes
1 answer

There is a print invoice API / Endpoint for the Authorize.net SDK?

There is a way to print PDF or HTML or whatever format an invoice from Authorize SDK (Sending the transaction ID )?
0
votes
1 answer

SpringBoot 2.2.4 Actuator - path for custom management endpoints

After moving from spring-boot v1.3 to the newest spring-boot v2.2.4 we've lost the ability to have custom endpoints under management port. Before we had our custom endpoints declared as: @Component public class CacheEndpoint implements MvcEndpoint…
Alex Angrybambr
  • 41
  • 1
  • 1
  • 4
0
votes
0 answers

ERROR Axis2Sender Unexpected error during sending message out org.apache.axis2.AxisFault: Payload could not be written as JSON

Can you help me out with my WSO2 After adding endpoint configuration, I am getting org.apache.axis2.AxisFault: Payload could not be written as JSON. Can someone please look and help? 2020-02-13 13:48:51,695 [-] [Timer-9] WARN EndpointContext…
kawther
  • 184
  • 2
  • 3
  • 16
0
votes
0 answers

An error occurred in a Service Broker/Database Mirroring transport connection endpoint, Error: 8474, State

Error Log Generated this Error: An error occurred in a Service Broker/Database Mirroring transport connection endpoint, Error: 8474, State: 11. (Near endpoint role: Target, far endpoint address: '') Error: 9642, Severity: 16, State: 3. It is…
0
votes
3 answers

Hosting Microsoft Teams App Messaging Endpoint

I've been following Microsoft's Teams C# tutorials found here, and have been successful for the most part. However, I cannot seem to get my app to work when I host the messaging endpoint myself rather than via their Azure service, which is not an…
0
votes
0 answers

403 error on POST attempt with C# but not JavaScript

I am able to successfully connect to an endpoint with javascript but not C#. In the js it returns exactly the correct response but returns 403 in C#. It also seems to fail in python. Does anyone know why this might be? C# Code: static void Main() …
0
votes
1 answer

How to troubleshoot failed API calls to .NET project running over localhost?

I have an API in a .NET project that I'm running with Visual Studio Mac (8.4.3). I run it in release mode, and it opens a browser window with localhost:5000. The browser window says "ok". However, when I try to hit endpoints in that API, it fails…
RNdev
  • 953
  • 1
  • 8
  • 26
0
votes
0 answers

How to model endpoint with different data types?

I have a model in the DB with the following structure id key value_type (can be 'String', 'Integer' and 'Boolean') string_value int_value bool_value Where only one of string_value, int_value or bool_value have value while the other 2 are nulls…
Roee Gavirel
  • 18,955
  • 12
  • 67
  • 94
0
votes
1 answer

Is there a way to create a friendly url like site.com/state/127 and still point to a particular file like index.php

I am creating a rest api endpoint to input data into a database. I have been trying to rewrite the url into this format http://example.com/src/public/endpoint/data. The public in the url is a folder that had has an index.php file that all the urls…
0
votes
1 answer

Spring boot endpoint path

I have some issues with my IntelliJ project. I'm trying to hit a endpoint with Postman but I don't even know what is the path to do so! I tried every path possible and nothing works! Just got 404 status. Here's my…
Alfredo Marin
  • 195
  • 1
  • 1
  • 14
0
votes
1 answer

How to add a new attribute with multiple Values

I am trying with this script. I am able to add 1 attribute with 1 value, but how to add 1 attribute with multiple values. { "AttributeID": {"value": "NEWI15"}, "Description": {"value": "TEMPORARY"}, "ValueID": {"value": "1001"}, …
0
votes
1 answer

How to allow access from certain IP to certain endpoints in Azure?

I have App Service which is classic web app written in Node.js. Let's say that my app have 2 endpoints: /SecuredEndpoint and /ClassicEndpoint. /SecuredEndpoint should be secured, meaning only certain IP addresses are allowed to access it.…
Druudik
  • 955
  • 1
  • 10
  • 32
0
votes
1 answer

Why is Office.js with the React framework corrupting the endpoint data when Office.js with ordinary Javascript works

I have two Office.js applications: Prototype written in pure javascript React application I can successfully call an end-point in the pure javascript application that downloads an MSWord document. This file is whole, complete and…
Paul Brown
  • 71
  • 1
  • 6
0
votes
0 answers

How do I protect my API endpoints to block anyone consuming my data?

I'm currently working on a project with some guys and I'm building the back-end using node.js and Express. I've created some endpoints to allow the front-end (using vue) to consume data. But I want to protect my api in order to block anyone else…
Louis
  • 3
  • 2
1 2 3
99
100