10 questions from the last 7 days
-1
votes
1
answer
66
views
How to send REST API response to a client in Go idiomic way? [closed]
In my REST API structure i have 3 layers:
Repository (this layer to interacting to sql database)
Service (this layer handle business logic)
Handler (this layer handle http request and sending http ...
-1
votes
0
answers
58
views
Different Web Authentication Flow [closed]
I read something a few months ago about an Authentication flow, where the server would validate the credentials and store something (token ? id ?) directly in the request's headers.
The client would ...
-1
votes
0
answers
56
views
Set-Cookie header is found in Response header but not found in Cookies Storage [closed]
Context:
Trying to login, the request is working with success login. But for storing refreshToken, the cookie is not being set in Cookies section and not found.
Backend sends set-cookie header with ...
1
vote
1
answer
70
views
Why can't I create a category as an administrator?
Laravel API Redirects to Login Route Despite Valid Bearer Token
I've created a REST API with Laravel 12 and I'm using Sanctum for authentication. My routes are defined in the api.php file.
When I try ...
1
vote
0
answers
39
views
How to expose Oracle DB runtime errors (e.g., ORA-01109: database not open) in BPEL?
I am working with Oracle SOA Suite 12c (12.2.1.3).
In my BPEL process, I am invoking a Database Adapter.
If the database is shut down, in SQL Developer I see the error:
ORA-01109: database not open
...
0
votes
0
answers
27
views
Unable to get PayPal payment link transactions to cause web hook triggers [closed]
I am working on integrating PayPal to allow users of our website to purchase things for their account. Micro transactions and all that. I wonβt go into detail about the website or the project as it ...
-1
votes
1
answer
18
views
Can you help me to resolve this problem please?
When i test my endpoint:http://127.0.0.1:8000/api/administrateur/categories
I have this error:Couldn't generate table view
Response body is too large to generate table.
1
vote
0
answers
27
views
WooCommerce Blocks Checkout: "woocommerce_rest_missing_nonce" and 500 Internal Server Error on Order Placement
Context
I am developing a custom plugin that integrates with WordPress core and WooCommerce. The plugin adds custom product calculation and cart functionality, but it is designed to work alongside the ...
1
vote
0
answers
28
views
Parameter 0 of constructor in Service required a bean of type 'Repository' that could not be found
For some reason whenever I try to even start my Spring REST API after adding the second datasource it says it can't find the repository classes.
I use custom DB Config classes for each one and even ...
0
votes
0
answers
11
views
IBM Maximo REST API - Is it possible to create a new value in existing domain
In an attempt to keep the domain values in sync between our GIS system and Maximo, I am trying to use the REST API to create the missing values from GIS in the existing domain in Maximo.
I am able to ...