Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialOussama Moulana
2,977 PointsURI or URL?
On this (Sending Data with a GET Request) video Chris Ramacciotti on HTTP basics talk about URI but the translation is URL Is it URI or URL whatΕ the difference between them?
1 Answer
Charlie Thomas
40,856 PointsThis link provides a good explanation: here but in summary, a URI identifies a resource and a URL is a specific type of URI that tells you where something is located. In most cases, though the terms are used interchangeably.