The POST method is now required for all setters
Metoda POST jest teraz wymagana dla wszystkich użytkowników
The POST method allows you to test form submissions, which is very useful in testing shopping carts, contact forms, login forms, search functions etc.
Metoda POST pozwala testować zgłaszanie formularzy, co jest bardzo użyteczne przy testach koszyków sklepowych, formularzy kontaktowych, formularzy logowania i funkcji wyszukiwania itp.
This parameter must be used for the POST method.
Parametr ten należy wykorzystać w przypadku metody POST.
enctype - the method of encoding data for the POST method,
enctype - wartość parametru type; sposób kodowania danych dla metody POST,
Example - sending data to the server using the POST method and a simple callback
Przykład - wysłanie danych do serwera metodą POST i prosty callback
The POST method should be used for values that affect database content (for example inserting, updating, or deleting records), or for values that are sent by email.
Metody POST należy używać w przypadku wartości, które mają wpływ na zawartość bazy danych (np. w celu wstawienia, uaktualnienia lub usunięcia rekordów) albo wartości przesyłanych pocztą elektroniczną.
When using the POST method, parameters are sent to the web server as part of the document's header, and are not visible or accessible to anyone who's viewing the page using standard methods.
Gdy używa się metody POST, parametry formularza są przesyłane na serwer WWW jako część nagłówka dokumentu. Nie są one widoczne ani dostępne dla osób przeglądających daną stronę standardowymi metodami.
The recommended maximum number of messages sent in one request is 10000 for the POST method and 200 for the GET method.
Zalecana maksymalna ilość jednorazowej wysyłki (jedno wywołanie) wynosi 10000 wiadomości metodą POST oraz do 200 wiadomości metodą GET.
We present to you a new version of Spadaj plugin it has a function to block connectivity with the site, which are implemented by sending forms of foreign addresses with POST method.
Przedstawiamy nową wersję wtyczki Spadaj v 3.x, która ma funkcję blokowania łączności z witryną, które są implementowane poprzez wysyłanie formularzy adresów zagranicznych metodą POST.
If the user data contains non-ASCII characters, you should make use of the POST method to avoid encoding problems.
Jeśli dane użytkownika zawiera znaki spoza ASCII, należy skorzystać z metody POST, aby uniknąć problemów z kodowaniem.
HTTP query must be sent POST method with parameter na address
Zapytanie HTTP należy wysłać metodą POST, z parametrem na adres
Notifications are sent in JSON format using POST method.
Powiadomienia wysyłane są w formacie JSON za pomocą metody POST.
If the POST method is called twice on the offers resource, two offers will be listed on Allegro.
Dwukrotne wywołanie metody POST na zasobie offers spowoduje wystawienie dwóch ofert na Allegro.