Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

api

Error: write EPROTO 34557064:error:100000f7:SSL routines:OPENSSL_internal:WRONG_VERSION_NUMBER

November 18, 2022 by Tarik

This type of issue comes when you use https instead of http. Change the URL to use http. Example: https://localhost:3000/posts Change it to: http://localhost:3000/posts

Categories javascript Tags api, javascript, node.js Leave a comment

REST API Best practices: Where to put parameters? [closed]

September 26, 2022 by Tarik

If there are documented best practices, I have not found them yet. However, here are a few guidelines I use when determining where to put parameters in an url: Optional parameters tend to be easier to put in the query string. If you want to return a 404 error when the parameter value does not … Read more

Categories api Tags api, rest, url Leave a comment
Newer posts
← Previous Page1 … Page39 Page40

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa