Not specifically code related but it is something networking and I think my hosts file might be the culprit.
I am using the DYMO software to print from a webpage and this requires that a url:
https://localhost:41951/DYMO/DLS/Printing/Check
Works, now this does work when their service is turned on:
https://127.0.0.1:41951/DYMO/DLS/Printing/Check
My hosts file looks like this:
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry.
##
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
I have turned off tls 1.3
which was the recommended fix from the dymo guys.
any thoughts