ngrok for https

Code Example - ngrok for https

                
                        ngrok http https://localhost:5001 -host-header="localhost:5001"
                    
                
 

ngrok http

                        
                                ngrok http 8080 --host-header=rewrite
                            
                        
 

Related code examples