Code Monkey home page Code Monkey logo

Comments (3)

answerquest avatar answerquest commented on September 22, 2024 1

@gemiusz Hi I should have shared my OS details, maybe this is happening by the way Bruno interacts with the OS?

OS where bug is happening: Linux Mint 21.1

VERSION_CODENAME=vera
UBUNTU_CODENAME=jammy

CPU architecture: x86_64 / amd64

Everything else on the system is able to hit IPv6 addresses just fine, including Postman for linux.

Also my system's own IP address as assigned by internet service provider (not a fixed one) is an IPv6 one : 2401:4900:1c17:a73b:aae4:xxxx:xxxx:xxxx (masking last parts)

from bruno.

gemiusz avatar gemiusz commented on September 22, 2024

Bruno: 1.18.1
System: Windows 11

TL;DR; Can't reproduce this bug.

@answerquest I have try to reproduce this bug but it's failed and in my opinion it's something with resolving DNS/IP on your side.
You must provide reproducable steps to confirm this bug.

Steps what I use to try to reproduce:

{
    "request": {
        "method": "GET",
        "url": "/4test"
    },
    "response": {
		"headers": {
            "Content-Type": "application/json"
        },
        "status": 200,
        "body": "{\"status\":\"GOOD\",\"fruits\":[{\"name\":\"Apple\",\"details\":{\"size\":500}},{\"name\":\"Cherry\",\"details\":{\"size\":100}}]}"
    }
}
  • run: java -jar .\wiremock-standalone-3.6.0.jar --verbose

  • make call by localhost -> [::1]:

    • Bruno:
      image

    • Wiremock:

2024-06-06 21:51:46.097 Request received:
[0:0:0:0:0:0:0:1] - GET /4test

Accept: [application/json, text/plain, */*]
request-start-time: [1717703506094]
User-Agent: [axios/1.7.2]
Accept-Encoding: [gzip, compress, deflate, br]
Host: [[::1]:8080]
Connection: [close]



Matched response definition:
{
  "status" : 200,
  "body" : "{\"status\":\"GOOD\",\"fruits\":[{\"name\":\"Apple\",\"details\":{\"size\":500}},{\"name\":\"Cherry\",\"details\":{\"size\":100}}]}",
  "headers" : {
    "Content-Type" : "application/json"
  }
}

Response:
HTTP/1.1 200
Content-Type: [application/json]
Matched-Stub-Id: [dc057c5e-ab26-4e64-9c45-48b1e2728924]

  • make call by Link-local IPv6 Address - interface 1:
    image
    image

  • make call by Link-local IPv6 Address - interface 2:
    image
    image

  • make call by Link-local IPv6 Address - interface 3:
    image
    image

from bruno.

kinuax avatar kinuax commented on September 22, 2024

I can reproduce the same Error invoking remote method 'send-http-request': Error: getaddrinfo ENOTFOUND [ipv6] with Bruno 1.17.0 and 1.18.0 on Linux. Besides, corresponding browser, curl and httpx requests work correctly.

from bruno.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.