Skip to main content
-5 votes
1 answer
240 views

Even though I permitted the path in the config class, I still get 403 forbidden when I send a POST request through Postman. If I disable Spring Security (permitting all requests), the request kinda ...
Landry Okoye's user avatar
0 votes
0 answers
114 views

I am developing a WooCommerce custom payment-method plugin that redirects customers to a payment gateway through RESTful web services. The integration requires an API key (Token) provided by the ...
Vanda Nojan - وندا نوژن's user avatar
1 vote
1 answer
31 views

I have an AuthController class with a register Post request: public class AuthController(UserManager<User> userManager, IMapper mapper) : BaseApiController { [HttpPost("register")] ...
dinoboy's user avatar
  • 107
0 votes
1 answer
92 views

I'm developing a web application deployed on Azure. The registration endpoint of my API is returning a 404 Not Found error when accessed from the frontend. The backend is set up to handle registration ...
Jens Dorrestijn's user avatar
1 vote
1 answer
2k views

I am currently trying to consume a external api through Oracle apex. I was able to call below api by hard coding 'Baerer' taken but, at the line no 5, it throws an error ORA-20001: Authentication ...
chk.buddi's user avatar
  • 603
0 votes
1 answer
2k views

I'm relatively new to SSIS and restful API(AND every type of API), it's a bit hard to figure out the topic for me. So how to call restful API in SSIS to ETL? I don't get this; If the problem is to ...
annony JA's user avatar
0 votes
1 answer
438 views

We have http server for our dev / test environments. Both schemas are on same servers with different port numbers. Recently we have created few REST APIs. We get expected result from DEV environment. ...
Anand Jagtap's user avatar
0 votes
1 answer
411 views

I'd like to use script to automatically fetch the workorder or asset status data through API of our maximo asset management system. The maximo asset management version is 7.6.1.2 and I referred to the ...
ZHOUC056's user avatar
0 votes
0 answers
454 views

when using Spring Boot Security, by Bydefault JSESSIONID comes in the response header as a cookie when any API is invoked by the client. http.sessionManagement() .sessionCreationPolicy(...
Maverick's user avatar
1 vote
0 answers
21 views

I'm trying to scrape information from my account on Barnes and Noble, here: https://press.barnesandnoble.com/sign-in When signing in, I track the network request and copy as curl(bash). I then import ...
webnoob's user avatar
  • 16k
2 votes
1 answer
1k views

I've created few Rest Web Services using oracle apex environment. And need to call it from different database schema. (For e.g. I've 2 schema's abc and xyz. And both have their own apex environments. ...
Anand Jagtap's user avatar
0 votes
1 answer
96 views

Here is my code for fetching notes using ContextAPI to pass the function between components: const [notes, setNote] = useState([]); let GETchallNotes = async () => { let response = await fetch(`...
Khushi Sanghvi's user avatar
-1 votes
1 answer
99 views

xero developer api not authorizing i generated the access_token from the endpoint postman screen shot for access token when i try to get xero item i am getting screen shot for item end point this ...
moslem parve's user avatar
1 vote
1 answer
506 views

I am building a Flask-based RESTful API in Python, and I need to securely store and encrypt user passwords for authentication. Currently, I am using a simple hashing algorithm to hash passwords with a ...
SyntaxNavigator's user avatar
0 votes
1 answer
539 views

I've been working on this for a while and the video I used to help me is from 2019 so it's a bit outdated but I thought that I could work through the problems. The program runs but when I try using ...
Tinotenda Mutadza's user avatar

15 30 50 per page
1
2 3 4 5
96