i want to delete an object from list of inventory in which i just have description and url of the inventory and i want to delete object of inventory by descript
Having troubles with providing Authorization header for requests: const response = await fetch(url, { method: 'GET', }); This works properly, and r
I have created a rust tcp server framework. (https://github.com/HasinZaman/SingleThreadServer) The framework works fine without any issue on my local machine; a
I am trying to interface with the Chroma SDK released by Razer and have been running into some issues. Following the documentation that razer provides, I have b
I am aware of standard HTTP response codes and their categorization (1xx, 2xx, 3xx, 4xx and 5xx) But, I have seen certain web requests return non-standard HTTP
I wish you all a good day and a nice start in the Weekend :) I set the next Headers in htaccess-file: # Security Headers <IfModule mod_headers.c> -
I am trying to run an asp.net web api with docker container but I get status code 400 (Bad request) as the response when I send a request to the api. The api w
I have an nginx server running. I want it to redirect http://www.example.com to https://www.example.com, but not touch any other subdomains like http://foo.exam
Is there a way to configure the undertow server to increase the maximum URL length that the server will accept?
I have deployed an app on Heroku that contains a form. When someone submits the form, the content of the form is stored in an Atlas MongoDB database. This works
I hope the question is clear. What prevents just sending a GET request every 1 second, for example, what will be the difference?
I hope the question is clear. What prevents just sending a GET request every 1 second, for example, what will be the difference?
Now I am design a rest api, what makes me confusing is that the url case sensitive, for example, the /currentUser, I read some api design like google: https://d
I am writing an API in Spring Boot that I want to secure using Keycloak. After doing some setting up, I managed to get the keycloak adapter to work. While I was
I am not really a true developer, so I apologize in advance for the naivety. How secure is HTTP POST over 4G LTE/NB-IOT? We aren't sending any sensitive data (t
I've been trying to realize stream kafka messages by get endpoint on client side using http-streaming. Thats my kafka consumer, where i recieve messages from pr
For my Bachelor's Thesis, I am writing a program to visualize personal data requested via GDPR Art.20. Since this kind of data is normally zipped, I need to be
Maybe someone could help me understand, because I m facing something that seems strange for me... maybe for a lake of knowledge arround http r
I built a simple demo project using FastAPI. I would like to POST data to the server in real time (maybe 30fps). # in client while True: .... res = requ
I need to fetch data from API but my try-catch fails with SyntaxError: Unexpected token < in JSON at position 0. Code: String problems; try {