Results for http
I am currently starting a Vue SPA application to join MS PowerBI and wanted to authentication with Microsoft. In azure portal, we registered an applic...
I was scanning over the graphql docs to find express-graphql deprecated so I decided to implement the recommended graphql-html version: this is my ser...
I am currently working on a project where we have the requirement to create blob files from base64 using Logic Apps. The Blob files that are being cre...
I am trying to set cookies using the Laravel HTTP client. I know Laravel uses guzzlehttp/guzzle library in the backend. This is the error I am getting...
I have added some customfields to the account table in Dataverse, when I want to populate them via the http request I use ( https://server-test.api.cr...
I have a nextjs 14 weather project and i'm using Graphql, Apollo and stepzen for the first time. I had a error like that; ⨯ node_modules/@apollo/clien...
Getting connection close header in response in request of method GET. When sending request of method POST the connection is keep-alive Current stack t...
I'm using AWS CDK to build a cloudformation stack with HttpApi in it. HttpApi will have an integration with SQS. I have the following snippet: import ...
Recently I started to learn web services to use them in my applications. My objective is to minimise the risk of my SOAP requests being captured. As I...
I am trying to get access token using microsoft graph api via postman. I have provided client id and client secret (please refer to the attached scree...
I am using Maven version 3.9.5. I'm attempting to execute a Maven command with the 'aether.connector.http.headers' configuration option to include cus...
I have a simple app that I expect to be a daemon that waits for connections, but it looks like it doesn't listen and I even can't find it in the proce...
I have a simple app that I expect to be a daemon that waits for connections, but it looks like it doesn't listen and I even can't find it in the proce...
I am using Certbot and have several domains that I need to switch from HTTP authorization to AWS Route 53. Both configurations are working fine, but n...
I am building a new app for testing with angular 17 trying to connect to a simple API rest. I am desperate to get this to work. I have asked chat GPT,...
So I have a CloudFront distribution setup with AWS Lightsail and I just noticed that my "www.shepdesign.com" is routing to an HTTP 502 status code. Th...
I'm trying to send an http request from my Lambda function to an on-prem server. Regarding network configurations: I've associated the Lambda function...
I'm trying to make a request to this url: https://arfrontend.livemeans.com/contents.jsonp?op=604 In the browser works fine. But when i try to make it ...
the go server set the header Content-type to multipart/form-data router.HandleFunc("/certificates", serveFilesHandler).Methods("GET") func serveFiles...
This is my code so far, but when it concatenates the temporary files from the request to one MP4 file, the MP4 file doesn't play. The file is the same...
I am working with ActiveMQ 5.15.16 and using the RESTful API for message processing. I want to enable logging of incoming HTTP requests for the Active...
import { NODE_ENV } from 'common/constants'; export function getAllowedOrigins() { // https://github.com/expressjs/cors/issues/272#issuecomment-118...
I am currently learning about web development and came across HTTP. One thing that is confusing me is how exactly to make HTTP requests. In the videos...
I have a scenario where I want to call an API and, if returns 200, I want to call another API but I'm only interested in the response of the first API...
I am trying to disable the spring.http.multipart.enabled=false in my yaml but it is not working look at my yaml spring: http: multipart: enab...
How do I undo the most recent local commits in Git?
How can I remove a specific item from an array in JavaScript?
How do I delete a Git branch locally and remotely?
How can I find all files containing a specific text (string) on Linux?
How to find all files containing specific text (string) on Linux?
How do I revert a Git repository to a previous commit?
How do I create an HTML button that acts like a link?
How do I check out a remote Git branch?