question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Azure HTTP core issue in url.ts

See original GitHub issue

In azure core http url.ts, getHost() and getPort() is not working properly for http endpoint with ipV6. e.g.1: for https://2001:db8:85a3:8d3:1319:8a2e:370:7348, getHost() now will return 2001 and getPort() will return db8:85a3:8d3:1319:8a2e:370:7348 e.g.2: for https://::1, getHost() would return undefined

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
jeremymengcommented, Jan 27, 2021

I think we can table this until we receive customer requests.

0reactions
jeremymengcommented, May 12, 2021

Closing as core v2 supports this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

@azure/core-http package | Microsoft Learn
Converts a given URL of a proxy server into ProxySettings or attempts to retrieve ProxySettings from the current environment if one is not...
Read more >
Module '"@azure/core-tracing"' declares 'Span' locally, but it is ...
I did more debugging and it looks like the TypeScript compiler is trying to build the d.ts files inside node_modules which is causing...
Read more >
Class URLBuilder - azure/core-http - NET
Defined in home/vsts/work/1/s/sdk/core/core-http/src/url.ts:241. Append the provided path to this URL's existing path. If the provided path contains a query ...
Read more >
@azure/msal-browser - npm
This is an improvement upon the current msal-core library which will utilize the authorization code flow in the browser. Most features available ...
Read more >
Build your first serverless app with Angular, NestJS and Azure
You can do this in NestJS by editing the src/main.ts and call the setGlobalPrefix() ... Open the URL http://localhost:4200 in your browser, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found