Skip to content
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

'what would you like to scrape' cannot enter url #916

Open
simin75simin opened this issue May 29, 2021 · 4 comments
Open

'what would you like to scrape' cannot enter url #916

simin75simin opened this issue May 29, 2021 · 4 comments

Comments

@simin75simin
Copy link

image
I got a 'prohibited' sign when i hover my mouse over the url input field in the lower part of the image.
OS: ubuntu 18.04
used docker run command to launch the webpage.

@CreateWebNZ
Copy link

Same problem here

@dschmid2
Copy link

me too. I run in on docker and the input field is prohibited. Whats the problem?

@sdz7121211
Copy link

if you use ip address to open is ok,but use a domain address to access cannot enter url.

@sdz7121211
Copy link

sdz7121211 commented Jan 24, 2025

i solved the problem,i config nginx proxy websocket protocol。
like this:
server {
listen 443 ssl;
server_name yourdomain.com;

ssl_certificate /path/to/your/certificate.pem;
ssl_certificate_key /path/to/your/privatekey.key;

location /ws {
    proxy_pass http://localhost:9001/ws;
    proxy_http_version 1.1;
    proxy_set_header Upgrade $http_upgrade;
    proxy_set_header Connection "Upgrade";
    proxy_set_header Host $host;
}

}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants