José Matheus Noveli

Results 6 comments of José Matheus Noveli

When trying to perform a task, I solved the problem as shown in the example. recommend that it be changed as I adjusted, thank you very much!

I need help I'm having the same errors as mentioned by @V2Blessy

> I get the same error . > enviorment: > asp.net core 3.1 > Hangfire.aspnetcore 1.7.9 > Hanfire.mysqlstore 2.0 > mysql 8.0 > > when vsisit the url > http://localhost:9519/hangfire/recurring...

Use this command it's worked for me ` sudo apt-get update && apt-get install -y autoconf bison build-essential curl gettext git libgd-dev libcurl4-openssl-dev libedit-dev libicu-dev libjpeg-dev libmysqlclient-dev libonig-dev libpng-dev libpq-dev...

Hi, Try something like this: ```php $this->server->addGrantType(new OAuth2\GrantType\AuthorizationCode($this->storage)); $this->server->handleAuthorizeRequest($this->request, $this->response, $is_authorized, $user_id ); if ($is_authorized) { $code = substr($this->response->getHttpHeader('Location'), strpos($this->response->getHttpHeader('Location'), 'code=')+5, 40); header("Location: ".$this->response->getHttpHeader('Location')); } $this->response->send(); ```

I believe we could do this over the client web. I don't know if it's possible to take into account the number of hops in tracerout ot besides ping. I'm...