Skip to content

Commit 5aa35ca

Browse files
committed
fix broken link
1 parent 81a8afd commit 5aa35ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/platform/proxy/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Use [sessions](#sessions) to control how you rotate IP addresses. See our guide
149149

150150
Sessions allow you to use the same IP address for multiple connections. In cases where you need to keep the same session (e.g. when you need to log in to a website), it is best to keep the same proxy and so the IP address. On the other hand by switching the IP address, you can avoid being blocked by the website.
151151

152-
To set a new session, pass the `session` parameter in your [username](./usage.md#username-parameters) field when connecting to a proxy. This will serve as the session's ID and an IP address will be assigned to it. To [use that IP address in other requests](platform/proxy/datacenter-proxy#multiple-requests-with-the-same-ip-address), pass that same session ID in the username field.
152+
To set a new session, pass the `session` parameter in your [username](./usage.md#username-parameters) field when connecting to a proxy. This will serve as the session's ID and an IP address will be assigned to it. To [use that IP address in other requests](platform/proxy/datacenter-proxy##connecting-to-datacenter-proxies), pass that same session ID in the username field.
153153

154154
We recommend you to use [SessionPool](https://crawlee.dev/api/core/class/SessionPool) abstraction when managing sessions. The created session will then store information such as cookies and can be used to generate [browser fingerprints](/academy/anti-scraping/mitigation/generating-fingerprints). You can also assign custom user data such as authorization tokens and specific headers.
155155

0 commit comments

Comments
 (0)