monero-lws
monero-lws copied to clipboard
Status:404Not Found
Title - Status:404Not Found
Description-when i try to hit login endpoint with postman,its shows Status:404Not Found and in terminal i got the error which has the screeeenshot that is attached below.
what changes do i need to do in the lws git hub to get the correct output.
The correct output should be-: { "new_address":0 "generated_locally":1 }

I think the issue might be SSL - the server is likely expecting no SSL, but the command is being sent with it. That's my best guess because the first line says "failed to match first line", which is indicating that the HTTP client message was invalid somehow.
Again, closing as stale due to no follow up.