mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-08 09:00:38 -04:00
51 lines
1.1 KiB
Markdown
51 lines
1.1 KiB
Markdown
---
|
|
id: 5e7b9f150b6c005b0e76f080
|
|
title: 'Servizi Web: limitazione delle richieste API e sicurezza'
|
|
challengeType: 11
|
|
videoId: pI-g0lI8ngs
|
|
bilibiliIds:
|
|
aid: 249456172
|
|
bvid: BV1Sv411E7qa
|
|
cid: 377336269
|
|
dashedName: web-services-api-rate-limiting-and-security
|
|
---
|
|
|
|
# --description--
|
|
|
|
Altre risorse:
|
|
|
|
\- <a href="https://www.youtube.com/watch?v=TJGJN0T8tak" target="_blank" rel="noopener noreferrer nofollow">Esercizio: GeoJSON</a>
|
|
|
|
\- <a href="https://www.youtube.com/watch?v=vTmw5RtfGMY" target="_blank" rel="noopener noreferrer nofollow">Esercizio: JSON</a>
|
|
|
|
\- <a href="https://www.youtube.com/watch?v=2c7YwhvpCro" target="_blank" rel="noopener noreferrer nofollow">Esercizio: Twitter</a>
|
|
|
|
\- <a href="https://www.youtube.com/watch?v=AopYOlDa-vY" target="_blank" rel="noopener noreferrer nofollow">Esercizio: XML</a>
|
|
|
|
# --question--
|
|
|
|
## --text--
|
|
|
|
Quando si fa una richiesta dall'API Twitter, quali informazioni devono essere sempre inviate con la richiesta?
|
|
|
|
## --answers--
|
|
|
|
Nome utente Twitter
|
|
|
|
---
|
|
|
|
intervallo di date
|
|
|
|
---
|
|
|
|
termine di ricerca
|
|
|
|
---
|
|
|
|
chiave
|
|
|
|
## --video-solution--
|
|
|
|
4
|
|
|