Results 66 comments of Lito

@VolodymyrLavrenchuk check exchangeinfo full response: ```json { "symbol": "BTCUSDT", "status": "TRADING", "baseAsset": "BTC", "baseAssetPrecision": 8, "quoteAsset": "USDT", "quotePrecision": 8, "quoteAssetPrecision": 8, "baseCommissionPrecision": 8, "quoteCommissionPrecision": 8, "orderTypes": [ "LIMIT", "LIMIT_MAKER", "MARKET",...

Lidiar con la gestión y sincronización de usuarios vía LDAP es siempre un lío importante. Una posibilidad sería crear una serie de endpoints API que permitan realizar integraciones personalizadas en...

Sí, en cualquier caso existen muchas implicaciones diferentes en LDAP y la gestión es compleja y muy de detalles. Yo creo que sería mucho más útil crear una especie conector...

Se ha añadido una serie de endpoints que permiten la administración de usuarios con las siguientes rutas: https://github.com/eusonlito/Password-Manager/blob/85408d5f3e6186c41bf3d299c1e2b8c895bbe382/app/Domains/User/ControllerApi/router.php#L7-L14 Para poder acceder a estas es necesario ser usuario administrador. La autenticación...

Is the request URL correct? Have you configured the `APP_URL` with the public URL?

I have added the `ASSET_URL` variable to `config/app.php`, then you can define your own `ASSET_URL` inside your custom `.env` file.

Yes, is the absolute base url `https://domain.com`.

@tunavis ASSET_URL doesn't work?

Is a different problem related with headers size (cookies). You can update the apache limit with `LimitRequestFieldSize 200000` or change the session driver to `file` or `redis`.

@tunavis check the `storage/logs/laravel` folder.