http2 Questions

1

Solved

Unlike the original stateless HTTP/1, HTTP/2 has many stateful components. These parts of HTTP/2 are stateful: Header blocks refer to a stateful unsigned 31-bit integer called a stream identifier ...
Liter asked 12/11, 2015 at 22:32

3

Solved

I'm trying to request data over HTTP 2.0. I'm using the HttpClient from .Net Core 2.2. I'm on Windows 10 but will run on Linux in production. The problem is that the version on the response seems t...
Gebelein asked 13/12, 2018 at 14:28

5

Solved

Could someone please explain multiplexing in relation to HTTP/2 and how it works?
Gearalt asked 9/4, 2016 at 14:3

3

Solved

Is there any difference in making request to HTTP/1 and HTTP/2 in python. I can make HTTP/1.x calls in python like url = 'http://someURL' values = {'param1' : 'key', 'param2' : 'key2'} data = ur...
Anagnos asked 2/1, 2016 at 21:38

0

Problem I am wondering how webpush protocol works? Does it keep some kind of connection open like WebSocket protocol? Or does it use mechanism similar to polling? Tried According to documentation W...
Omsk asked 1/7, 2020 at 9:13

1

Vue recommends that using Axios for HTTP requests. As I know, Axios use http1.1 protocol, but I want to use http2.0, how should I do? h2 has been a build-in module in nodejs at server-side, so I ne...
Pervert asked 29/6, 2020 at 9:40

1

gRpc for Xamarin.Forms with .Net Standart 2.0 works on http2, so it should be some way to make HttpClient calls or reuse existing gRpc functionality. It could be that i missing something. Sample a...
Mayman asked 23/1, 2020 at 21:9

1

Solved

When using Cro with HTTP1.1 I can access the requested Host via both the host method request.uri.host in Cro::Uri as well as the Host or :authority header sent by the browser via the request.header...
Sporophyll asked 8/6, 2020 at 1:18

5

Solved

Tomcat 8.5, which will be the default in Spring Boot 1.4, supports HTTP/2. How can HTTP/2 be enabled in a Spring Boot application?
Camera asked 27/7, 2016 at 12:16

1

Solved

We are developing a project using Angular in the front and Spring at the backend. Nothing new. But we have set-up the backend to use HTTP2 and from time to time we find weird problems. Today I sta...
Gutshall asked 24/4, 2020 at 17:21

4

Solved

I've set my website to asp.net 4.6 runtime and the website was all ready only accessible in https so those two requirements are met. Also I visited the site with an HTTP2 supporting browser like Ch...
Tilt asked 3/2, 2016 at 10:21

1

Solved

Say I have a server that serves an HTML file at the url https://example.com/ and this refers to a css file at the url https://test.com/mystyles.css. Is it possible to push the mystyles.css file alo...
Pigling asked 21/3, 2016 at 11:16

0

According to the HTTP/2 spec (rfc7540), implementations of HTTP/2 require TLS version 1.2 or higher. Implementations of HTTP/2 MUST use TLS version 1.2 [TLS12] or higher for HTTP/2 over T...
Boardman asked 6/4, 2020 at 0:14

1

Besides for browsers, which do not expose HTTP/2 frames to Javascript, in what case would Websockets be a better choice than something like bidirectional streaming gRPCs (built on HTTP/2) for imple...
Naught asked 22/1, 2020 at 20:5

2

We are developing an Android application that should use Http/2 to connect to our Azure App Service. On the Azure App Service we have Http/2 enabled by using the steps in the following blog post: h...
Foresee asked 9/6, 2018 at 16:59

1

I have a Ruby on Rails App hosted on AWS using Elastic-beanstalk which works with HTTP 1 now I want to use HTTP 2. Can someone suggest me the best approach

3

Solved

I would like to know whether Spring WebClient is using HTTP/2. How I can determine that?
Shipmaster asked 21/12, 2019 at 17:32

2

I want to develop a client-server application in a bi-directional streaming manner. what is more suitable technology for this, grpc or websocket?
Envelope asked 24/10, 2017 at 7:31

3

Solved

I have a requirement to have very low latency for client to server messages in my web application. I have seen several posts on stackoverflow saying it would be preferable to use websockets instea...
Prolusion asked 20/6, 2018 at 20:44

2

Solved

I've been googling around and I cannot seem to find a straight answer to this question, and some people offer contradictory answers. Most browsers have a 6 connection limit for each domain. So for...
Pierrepierrepont asked 3/12, 2019 at 18:53

4

Solved

I have an asp.net web api hosted on IIS 10 (windows server 2016). When I make a GET request to this from a Microsoft Edge browser, I see that HTTP 2.0 is used in IIS logs 2015-09-20 21:57:59 100.7...
Facetiae asked 20/9, 2015 at 22:54

1

Solved

I don't like tools that do many things at once. So GRPC seems to me overhead, it's like kubernetes. GRPC is the tool that combines actually two things: extended Protobuf (Service support) and HTTP...
Coacher asked 8/11, 2019 at 13:25

1

Solved

I am reading the documentation of Alexa Voice Service capabilities and came across the part on managing HTTP2 connection. I don't really understand how this down channel works behind the scenes. Is...
Marisamariscal asked 12/11, 2019 at 12:53

3

Solved

Scenario: I have an express.js server which serves variations of the same static landing page based on where req.headers.host says the user is coming from - think sort of like A/B testing. GET t...
Shawnee asked 1/3, 2017 at 3:46

1

Solved

I want to use gRPC to expose an interface for bidirectional transfer of large data sets (~100 MB) between two services. Because gRPC imposes a 4 MB message size limit by default, it appears that th...
Dominion asked 17/10, 2019 at 9:31

© 2022 - 2024 — McMap. All rights reserved.