request

  1. W_Lopes

    What is the best way to perform several api requests?

    Hello developers. I would like to understand how you would solve the problem below: An application that makes a large number of requests to an external API, this external API in recent days has been showing several request errors, so I needed to set up a structure that keeps trying several...
  2. Qusdrok

    httprequest bypass captcha does not use 3rd party

    hi guys, I just learned httprequest not long ago, I am not really good about it, but I can still request to login some basic pages without recaptcha, when I use this site it requires a "captcha" in its data form, so how can I bypass it to be able to login This is the website I am using to...
  3. A

    Question Develop a Linq query

    Hello, I have a database in Access with this architecture: and I need with Linq to calculate and return the total price of a candidate’s training knowing that only the candidate who has attended at least 5 trainings gets a 20% discount. how to get this result with linq?
Back
Top Bottom