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 trial

Development Tools HTTP Basics GET and POST Requests in a Browser Using Forms for GET Requests

JAMES BATMAN
JAMES BATMAN
693 Points

It's no longer q=java in the path but Ntt=java What should I know about that?

That's in the Request Headers query string.

1 Answer

Ian Ostrom
seal-mask
.a{fill-rule:evenodd;}techdegree
Ian Ostrom
Full Stack JavaScript Techdegree Student 10,331 Points

Ntt is a property used in Oracle's Endeca Query Language for sending a search request to an Endeca Server. You would only need to use this if building a website/app that used this type of server for the backend or needed to get data from an API built on an Endeca server.