Alex Rojo

Results 8 issues of Alex Rojo

Example: When I call ctx.AbsoluteURI("/alexkeycard/pmslinkregister") I get this result: https//alexdev.hmobile.es:8443/alexkeycard/pmslinkregister I think that the problem is that this line https://github.com/kataras/iris/blob/567c06702fa4359dc4835593a55c55854069954a/context/context.go#L2039 is returning scheme from URL in the form "http" or...

I've created a main.go following instructions at README but I get this error when accesing localhost:9000/admin: `2019/09/29 19:44:18 http: panic serving 192.168.33.1:51099: runtime error: invalid memory address or nil pointer...

Hi, I would like to know if it is possible to configure HTTPCliente connectiontimout for a executeActionRequest?

I've written a comment about this at #31 but I duplicate it here since I think it could be a bug. I've got strange behavior with this. When I test...

Using jquery-remotipart I've got some strange behaviour that could be avoided by doing a little change in disableFormElement function. The problem occurs when this function gets called a second time...

Using jquery-remotipart I've got some strange behaviour that could be avoided by doing a little change in disableFormElement function. The problem occurs when this function gets called a second time...

I added your pihole-tiktok.txt list but some .tiktokcdn.com subdomains where still allowed. I had to manually add a blacklist regex entry in order to control all tiktokcdn.com adresses. This what...

I have a .env file with this variables similar to those explained in the library README: ``` # Development settings DOMAIN=example.org ADMIN_EMAIL=admin@${DOMAIN} ROOT_URL=${DOMAIN}/app # base work directory WORKDIR=/workdir_shared # logdir...