[NEWS] Ograniczenia w adresach przekierowań (redirect_uri) / Restrictions in return address (redirect_uri)
- Langage dominant
- Aucune donnée de langage
- Étoiles
- 244
- Forks
- 40
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
Wprowadzamy zmiany w adresach przekierowań (**redirect_uri**):
- możesz korzystać wyłącznie z **adresów domenowych, publicznych adresów IP oraz localhost,**
- nie możesz używać **wewnętrznych adresów IP**:
- 10.0.0.0 - 10.255.255.255
- 172.16.0.0 - 172.31.255.255
- 192.168.0.0 - 192.168.255.255
- od **31.03.2020** nie będzie można:
- podać adresów **127.x.x.x.** (czyli nie możesz podać adresu tzw. “**loopback**” - **127.0.0.0/8**).
Aby przygotować się do zmiany przejdź do "[Zarządzanie aplikacjami Allegro](https://apps.developer.allegro.pl/)" i zmień **Adresy przekierowań**, które nie są już wspierane. Pamiętaj, że poprawny adres przekierowań:
- musi być adresem URI,
- musi zawierać protokół HTTP(S),
- nie może zawierać fragmentów URI,
- nie może zawierać ścieżek względnych,
- nie może być adresem IP.
Pamiętaj, że możesz podać wiele adresów **redirect_uri** (podawaj je wtedy od nowej linii).
**Jeśli nie wprowadzisz odpowiednich zmian, Twoi użytkownicy nie będą mogli zalogować się do aplikacji.**
-----
We will introduce the following changes to the **return addresses**:
- you can only use **domain addresses, public IP-addresses and localhost,**
- you cannot use **private IP-addresses**:
- 10.0.0.0 - 10.255.255.255
- 172.16.0.0 - 172.31.255.255
- 192.168.0.0 - 192.168.255.255
- as of **31.03.2020** you will not be able to:
- use addresses **127.x.x.x.** ("**loopback**" address - **127.0.0.0/8**).
To prepare for change, go to “[Manage Applications](https://apps.developer.allegro.pl/)” (“Zarządzanie aplikacjami Allegro”) and change **Return address** (“**Adres przekierowań**”), that are no longer supported. Correct return address:
- must be the URI address,
- must contain a HTTP(S) protocol,
- cannot contain URI fragments,
- cannot contain relative paths,
- cannot use IP address.
You can use multiple redirect_uri addresses (add them in the new lines).
**If you do not make the changes, your users will not be able to login to the application.**
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.