Skip to main content
Filter by
Sorted by
Tagged with
Tooling
0 votes
1 replies
45 views

How can I programmatically extract a user’s Local Guide level and avatar name (or profile name) from a Google Maps contribution link? For instance, given a URL like the one above that points to a user’...
Đăng Phương Hải's user avatar
0 votes
1 answer
195 views

I have a stored procedure in MySQL 8.0 that works to update a running balance field in my Checkbook table. I have referenced it in my SpringBoot application and React front end. For some reason it ...
HighwayRob's user avatar
1 vote
1 answer
78 views

I have successfully created a session-based, httpOnly-cookie stored authentification process between my Vue3 frontend and Spring Boot backend. Now, since the authentification cookie is httpOnly, I ...
SK19's user avatar
  • 306
1 vote
1 answer
83 views

I'm writing a signup form with Vue 3 and use axios to check if a username is already taken. My component looks like this: <script setup> import { ref } from 'vue'; import axios from 'axios'; ...
SK19's user avatar
  • 306
3 votes
0 answers
76 views

axios's onUploadProgress uses XMLHttpRequest under the hood in React Native, but there's a known issue where axios's FormData handling on React Native Android can fail (it sets the wrong Content-Type ...
ayaz sohail's user avatar
0 votes
1 answer
104 views

I have setup easyAuth in azure. It returns a 401 when i am not authenticated. basically i can do: www.MyApi.com/.autm/me => 401. In my fe i make this call and it retruns a 401 where i then forward ...
ThunD3eR's user avatar
  • 3,482
2 votes
1 answer
65 views

What I try that works: npm "request" package works fine in the Node JS backend, however request is a deprecated package with security problem. I don't feel like to keep using it. request({ ...
hi there's user avatar
1 vote
1 answer
123 views

I'm using Next.js (App Router) and I'm getting a 404 error when calling my API route from a client component. I restarted the server, verified the folder names, and even tried hitting the URL directly,...
Kavya Vaishnav's user avatar
0 votes
0 answers
86 views

I’m using React Native with Expo SDK 54, and I have an API client built with Axios. All my normal JSON requests are encrypted before being sent to a .NET 6 backend. When I send a normal JSON body, my ...
ekod27's user avatar
  • 1
1 vote
1 answer
97 views

I'm trying to upload a file from my React frontend to a Flask-RESTful backend and I'm stuck on a 422 (UNPROCESSABLE ENTITY) error. My backend logs show the POST request hits the right endpoint, but my ...
Vegetable_owl's user avatar
2 votes
0 answers
102 views

I have a basic MERN app in production with a login system that always runs into either an ERR_CONNECTION_RESET or an ERR_CONNECTION_REFUSED AxiosError when first attempting to login after what it ...
user31641956's user avatar
3 votes
1 answer
233 views

I'm using Laravel 11 with Jetstream (Inertia + React) and Sanctum for authentication. Everything works fine when logging in via the default Inertia login page, but when I try to call a protected API ...
 NrzAmirHo3in's user avatar
0 votes
0 answers
147 views

I'm using the latest version of Axios and built a React Native app using expo. Trying to run it in IOS simulator but it's not working. It's giving me a Network Error. Here's my cors in index.js: const ...
Rue Vitale's user avatar
  • 1,993
1 vote
0 answers
77 views

I’m developing a TypeScript library that handles authentication using Axios. The library automatically refreshes tokens (access_token and refresh_token) and needs to save them in cookies so the user ...
João Vitor's user avatar
0 votes
0 answers
112 views

I have a SOAP service that I need to call it. When I use postman, it works just fine. But when I'm calling it from the visual code I always get 401. Firstly, I thought that I did something wrong, and ...
Neko's user avatar
  • 21

15 30 50 per page
1
2 3 4 5
1628