During request GET in Postman (https://localhost:9001/test) I've received an error:
Error: write EPROTO 8768:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:c:\users\administrator\buildkite-agent\builds\pm-electron\postman\electron-release\vendor\node\deps\openssl\openssl\ssl\record\ssl3_record.c:252:
Warning: This request did not get sent completely and might not have all the required system headers.
Postman Configuration:
For Localhost we don't really need https, please try with http://localhost:9001/test
check that you are using the HTTP
protocol not HTTPS
to send requests to the server:
export const config = {
baseUrl: "http://localhost:4000"
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With