Questions tagged [loopback]

In telecommunications, loopback, or a loop, is a hardware or software method which feeds a received signal or data back to the sender.

In telecommunications, loopback, or a loop, is a hardware or software method which feeds a received signal or data back to the sender. It is used as an aid in debugging physical connection problems. As a test, many data communication devices can be configured to send specific patterns (such as all ones) on an interface and can detect the reception of this signal on the same port. This is called a loopback test and can be performed within a modem or transceiver by connecting its output to its own input. A circuit between two points in different locations may be tested by applying a test signal on the circuit in one location, and having the network device at the other location send a signal back through the circuit. If this device receives its own signal back, this proves that the circuit is functioning.

1273 questions
6
votes
1 answer

how to bypass Oracle ADF loopback script for scripting website using php cURL library?

I am scraping a website which has Oracle ADF loopback script which continuously redirects me to same page of mine, so how to bypass it? Following is my php code.
Haritsinh Gohil
  • 5,818
  • 48
  • 50
6
votes
1 answer

Dockerized Loopback 4 app not reachable from the host

has anyone successfully dockerize a Loopback-4 (lb4) app? I set up an lb4 based app and am trying to dockerize it, but although the Docker seems to be running the app, it's not showing on my localhost. The steps I did: Setup Loopback 4 based app…
Chip
  • 107
  • 6
6
votes
2 answers

Bind to 127.0.0.2

I'm running a client/server application locally on my Windows XP PC and for testing purposes I want to run multiple clients. The server has a configuration file containing the IP addresses of the clients that can connect; in the real world, these…
Nick
  • 25,026
  • 7
  • 51
  • 83
6
votes
3 answers

Win32 sockets - Forcing ip packets to leave physical interfaces when sending to other local interfaces

Summary: I'm trying to create sockets to pass data between two physical interfaces that exist on the same machine, and Win32 sockets always forwards the traffic directly in the kernel instead of pushing through the physical interfaces. Is there any…
antiduh
  • 11,853
  • 4
  • 43
  • 66
6
votes
4 answers

How to limit records of relations with include-filter in loopback?

I want to query records from a specific model via REST-Api from a LoopBack-application. Also i want to include related objects via the include-filter. This works fine, but returns ALL related objects. Is it possible to limit them and also to order…
delete
  • 18,144
  • 15
  • 48
  • 79
6
votes
1 answer

Loopback: model.settings.validateUpsert was overriden to false

I have a loopback app with MongoDB as below, however my question is about a message on my terminal (not an error) so my terminal would look like this: dishes settings.validateUpsert was overriden to false Comments settings.validateUpsert was…
shireef khatab
  • 977
  • 2
  • 13
  • 33
6
votes
1 answer

LoopBack Remote Method to return array of records

I used loopback to generate my api and AngularJS to communicate with it. I have a model called Sync that contains the following records: Sync": { "34":…
Georgi Koemdzhiev
  • 11,421
  • 18
  • 62
  • 126
6
votes
1 answer

Loopback: How to submit a multipart/form-data upload in loopback-component-storage

loopback-component-storage doc for file (or files) upload says this: loopback documentation Description: Upload one or more files into the specified container. The request body must use multipart/form-data which the file input type for HTML …
6
votes
1 answer

Virtualbox -- configuring two VMs to talk to each other / host and internet

Host: Windows 7 running lastest VBox + Extension pack Vm1: lubuntu 3.10 Vm2: Ubuntu server 12.04.3 Problem: Can't get VMs talk/ping each other AND ping the internet at the same time NAT: VMs have same IP, using ping/ssh is like checking…
user1922732
  • 69
  • 1
  • 4
6
votes
4 answers

Loopback connection fail

I have probably one of the weirdest problems with Java ever. I tried to start some application say Wrapper (i.e. I2P router) and got the following: -piece of the router log- 03.12.12 21:07:31 ERROR [JobQueue 1/1] p.router.transport.UPnPManager:…
user1874894
  • 61
  • 1
  • 1
  • 3
5
votes
0 answers

Replaying pcap on loopback

I have a set of pcap files containing UDP traffic from two hosts, and have to perform some analysis on this traffic on a regular basis. Ideally, I would want to avoid having to frequently setup local interfaces with specific IPs and such to replay…
NewbiZ
  • 2,395
  • 2
  • 26
  • 40
5
votes
0 answers

How to use custom error messages for OpenAPI components validation?

Im using OpenAPI 3.0.1, and use components that have type/value validations. (i.e. type/enum/range). When I access the relevant paths with wrong type/values, I get a default message which isn't human readable, such as: "message": "request body has…
5
votes
0 answers

API Connect docker gateway on localhost throwing ECONNREFUSED

I'm running the below node/npm/apic versions. $node -v v6.14.4 $npm -v 6.4.1 $apic -v API Connect: v5.0.8.5-iFix (apiconnect: v3.0.25) apiconnect-init-datapower-gateway@1.0.3 Problem: I am able to start the API on port 4001 and the datapower gw on…
5
votes
0 answers

Custom validation response object in loopback4?

I have added validation rules on a model in loopback. Validations are working fine but the response message i get is somewhat automatically generated. I need to send a custom response object based on a validation. My model validation is multiploof…
TechChain
  • 8,404
  • 29
  • 103
  • 228
5
votes
0 answers

SIO_LOOPBACK_FAST_PATH replacement?

Microsoft docs claim SIO_LOOPBACK_FAST_PATH is deprecated but do not point to any alternatives. Google is not very helpful either. Is there a replacement for it, or are we to use non-TCP based methods instead?
HASM
  • 308
  • 3
  • 11
1 2
3
84 85