Nooc
Nooc
CDCloudflare Developers
Created by Nooc on 10/27/2024 in #workers-help
How to send an APN (HTTP2) in Workers in development environment
I am trying to figure out that is it possible to send a request through HTTP/2 in the development environment in the Workers? I am trying to send an APN (Apple Push Notification) in Worker, and it requires HTTP/2. I found out that in the production environment, the fetch function will automatically send HTTP/2 requests if available, but I checked that it always sends HTTP/1.1 requests in the development environment. I would like to know if there is a way to test APN in the development environment.
1 replies