News How To Make A Raspberry Pi Pico W Web Server

Good proof-of-concept. Might be very handy in conjunction with sensors or other things connected to the Pico.
If ISPs were not so stingy with upload speeds, hosting a website from home would be a lot more feasible.
 
You write: 10. Set the Pico W to listen for connections on port 80 from any IP address.

Please delete the "from any IP address" part. The API you use doesn't do that. Saying so is inaccurate.
 
Hey, would it be possible to get the ip-adress of the divice entering the website?
Once a connection has been established, traditionally yes you can get the source IP. However I don't know if micropython supports that. Look up the API calls that work with the connection handle/object.