-
Notifications
You must be signed in to change notification settings - Fork 353
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Headers too long error when using Apache proxy. #1
Comments
I have a similar problem. Accessing from within my network goes well, but when I try from outside using port forwarding... "headers too long..." |
Idem with Nginx 'proxy' |
This is irritating; I spent some time trying to resolve this both via apache configuration, and then by (temporarily) editing the esp32 toolchain to allocate 4x as much space for incoming headers. Lack of time, and lack of need (this is nice to have, not essential, for me) mean I have not gone any further. Maybe my priority will change in the future, but for the present I wont do any more work on this unless I am very confident it will succeed. |
Also note this comment: |
Same situation with traefik and file provider (to external server). Oddly, this works with postman and similar apps and it frequently loads when using http rather than https |
also got an error using my tablet with LineageOS 15.1 browser. Using Chrome browser on the same tablet worked. |
There may be hope for the next esp-ide-core release: Waiting for: |
For me on nginx this variant works location /camera { |
Also happens when I use a simple SSH tunnel, but NOT when i connect from my local network
espressif/arduino-esp32#2983
I'd like remote access working...
The text was updated successfully, but these errors were encountered: