-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Signed payment request view_url returns octet-stream Content-Type #7672
Comments
( duplicate of spesmilo/electrum-merchant#7 - although I guess that repo is sort of deprecated... ) |
Hi @SomberNight If it's a single line change, please point me to the file and I will test it out and offer a PR. |
I cannot reproduce the issue... this is what I am trying:
For me it seems |
btw these files are exposed to the aiohttp webserver here: Line 383 in 11a04c0
|
Yes, I was using a real domain on a publicly available VPS. Will try with 127.0.0.1. |
It works with |
Navigating to the
view_url
of payment request returns the following headersThe user agent attempts to download the "page".
It should ideally return something like
Content-Type: text/html
The text was updated successfully, but these errors were encountered: