Newest Questions
24,230,436 questions
0
votes
0
answers
13
views
401 Unauthorized error when trying to access /api/user/is-auth in React with Axios
I’m building a web application using React and Axios. I’m trying to check if a user is authenticated by calling the /api/user/is-auth endpoint. However, I’m getting the following error:
GET http://...
0
votes
0
answers
27
views
T-SQL Split a dynamic comma delimited string by fixed length into multiple columns
I have a string of comma separated values, I am loading these values into a system that has a max length I need to abide by. Once the string hits a max length it should move the values to another ...
-1
votes
0
answers
18
views
Python script 30+ min to complete via Task Scheduler, CMD, PWSH. VS Code finishes in -6 min. How to get terminal to run faster?
I'm encountering a puzzling performance issue with a Python script on Windows:
The Problem:
Python script runs daily and takes over 30 minutes to complete when executed via Windows Task Scheduler, CMD ...
0
votes
0
answers
19
views
My react images are not being rendered when i make a request
enter image description here
so i have this react app that makes a GET request to the Pokeapi, and gets currently the name and images of the pokemon. But sometimes, randomly some of the pokemon does ...
-1
votes
0
answers
15
views
How to handle database interaction with NodeJS
I spent most of my undergrad typing out raw SQL for my web projects. I now exclusively use .NET with Entity Framework. I've gotten pretty used to how to handle things using EF, but now I'm clueless as ...
0
votes
0
answers
20
views
issue with sympy lambdify
I just want numerically integrate the Lorenz' famous 3 equations
I create this code that seems perfectly work:
import matplotlib.pyplot as plt
from mpl_toolkits.mplot3d import Axes3D
import sympy as ...
0
votes
0
answers
6
views
Filamentphp API Service plugin accessing API from desktop application redirects to login route
I have a desktop application made with C# that successfully accessed API and perform CRUD in local network environment. When I deployed the system online, the desktop application could no longer ...
0
votes
0
answers
16
views
API Testing-> Postman-> Post Request->401 Unauthorized The request is unauthenticated
I am very new to API testing and was trying to send post request to Postman. After sending post request in Postman, I am getting API "401 Unauthorized The request is unauthenticated."
I am ...
0
votes
0
answers
18
views
WPF Button dropshadow
i want to make the buttons have a dropshadow with a diffrent color each like in this mockup
so far ive managed to pretty much replicate it except the drop shadow.
i made a template for the buttons :
...
0
votes
0
answers
9
views
Error: [Cabal-7125] Failed to build postgresql-libpq-configure-0.11
I've haskell cabal project with below config
library
import: warnings
exposed-modules: MyLib
, Logger
, Domain.Auth
, ...
-1
votes
0
answers
20
views
Fetch API Accumulative Memory Spike When Refreshing
I'm having an issue where I am fetching from a website in my Vue project, and the memory usage grows every refresh - when I first run the project in development mode and check the memory usage in my ...
0
votes
0
answers
10
views
Private Link Service to expose Azure SQL Server AG cluster deployed in multiple subnets
need a quick suggestion here. I am in process of provisioning a SQL Server Availability Group cluster in Azure using Multi Subnet approach as recommended by Microsoft to avoid having a frontend LB for ...
-1
votes
0
answers
18
views
Passing a db service to actix-web handlers in rust
I followed a simple tutorial to get an actix-web server running quickly.
Basically I start it like this:
impl ServiceServer {
pub fn new(db: ReserveDB) -> Self {
Self { db }
}
#[...
-2
votes
0
answers
21
views
"Headerstyle2" is not functioning
My headerstyle2 Id is not working. It goes underneath headerstyle1, with no background. I need to know why it isnt going in the top right corner, as its meant to. my goal is to make tabs at the top of ...
0
votes
0
answers
10
views
Apache NiFi processor 'InvokeHTTP' POST with MultipartFile formdata
How can I replicate this request in NiFi.
This is the request i used in postman and it works
curl --location 'https://xxx.xxx.com/xxx/11isapi.dll/api/v1/nodes/-' \
--header 'OTCSTICKET: token' \
--...