![]() |
|
|
|
#1
|
|||
|
|||
|
ping works but chrome not connects?
When I type 192.168.7.2 in file explorer address bar it connects to the connected portable device. Also ping 192.168.7.2 works OK without loss but when I type 192.168.7.2 in chrome address bar I get "connection refused". Firewall is off and no proxy is used. Any idea how to get around this?
|
|
#2
|
|||
|
|||
|
Hi,
I think it doesn't use the same protocol : "file" vs http Use WireShark to understand |
|
#3
|
|||
|
|||
|
Samba != ICMP != HTTP. Different ports hosting different services are available on a system. The web server can also be misconfigured or have its own security etc...
|
|
#4
|
||||
|
||||
|
in windows explorer use \\ip\c$
\\192.168.7.2\LetterOfYourDevice$
__________________
Decode and Conquer Last edited by niculaita; 04-14-2024 at 16:05. |
|
#5
|
|||
|
|||
|
Quote:
The security risk is anyone can create a webpage with a link to local files on your hard drive. If not disabled then it would mean that attackers would be able to even link to and run any executables on your PC from the internet through the browser when you visit an arbitrary web page. This used to work in the past to enable links in browser to local files. It may or may not work with modern versions of the browsers: Code:
https://github.com/tksugimoto/chrome-extension_open-local-file-link |
|
#6
|
|||
|
|||
|
Quote:
Quote:
However here he said connection refused, not a 400 unauthorized which would be the correct and likely behavior for a properly configured web server. Hope I've taught our greenhorn friend here some web dev info so they can provide more accurate responses in the future |
|
#7
|
|||
|
|||
|
Quote:
There is no web server involved. @agoo is trying to access his LOCAL DEVICE files with his browser and asking why it fails. I have provided the answer. CORS is something totally different. Stop trying to put down people with high-sounding terms without understanding their meaning first... |
|
#8
|
|||
|
|||
|
Quote:
|
|
#9
|
||||
|
||||
|
\\localhost\d$
__________________
Decode and Conquer |
|
#10
|
|||
|
|||
|
Quote:
1.what is the portable device? NAS? 2.what do you type? What is your OS?(win?) File explorer : \\192.168.7.2? Chrome: http(s)://192.168.7.2 ? or file://192.168.7.2/sharefolder ? (must have sharefolder) 3.what do you want? |
| The Following User Says Thank You to wx69wx2023 For This Useful Post: | ||
niculaita (04-18-2024) | ||
|
#11
|
|||
|
|||
|
Meanwhile... I think @agoo solved his problem.
|
|
#12
|
|||
|
|||
|
Have you reached out to him personally, tyro? Or are you speculating to satisfy your naif spirit?
|
|
#13
|
|||
|
|||
|
Quote:
|
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| anyone know how to debug chrome extention independently (not using google chrome) | Mendax47 | General Discussion | 2 | 09-14-2021 19:23 |
| Making PING to JMI | taos | General Discussion | 3 | 05-18-2015 03:38 |