টিপ: Ctrl + ফিরে দ্রুত খুঁজুন
Header | explain | example |
---|---|---|
Accept | ক্লায়েন্ট পক্ষের কনটেন্টের ধরন নির্দিষ্ট করে | স্বীকৃত: টেক্সট/সাধারণ, টেক্সট/এইচটিএমএল |
Accept-চার্য্যসেট | ব্রাউজার দ্বারা স্বীকৃত চার্য্যসেটের সেট | Accept-চার্য্যসেট: iso-8859-5 |
Accept-Encoding | ওয়েব সার্ভার যেসব কনটেন্ট কমপ্রেস এনকোডিং সমর্থন করতে পারে, তা নির্দিষ্ট করে | Accept-এনকোডিং: কমপ্রেস, gzip |
Accept-Language | ব্রাউজার দ্বারা স্বীকৃত ভাষাগুলি | Accept-Language: en, zh |
Accept-Ranges | একটি ওয়েব পৃষ্ঠা পদার্থের একটি বা একাধিক সাবস্কোপ ফিল্ড অনুরোধ করা যেতে পারে | Accept-Ranges: bytes |
Authorization | অথেনটিকেশন শংসাপত্র, HTTP অথেনটিকেশন | অথেনটিকেশন: অথেনটিকেশন শংসাপত্র |
Cache-Control | সমস্ত রিকোর্ড ও প্রতিক্রিয়াকৃতি অনুসরণ করা ক্যাশিং মেকানিজম নির্দিষ্ট করুন | Cache-Control: no-cache |
কান্না | স্থায়ী প্রতিবন্ধনী প্রয়োজন করা হয় কি ইনিশ্চিত করে (HTTP 1.1 ডিফল্ট প্রতিবন্ধনী থাকে (প্রতিবন্ধনী স্থায়ী) | কান্না: বন্ধ |
Cookie | যখন একটি HTTP রিকোর্ড পাঠানো হয়, তখন রিকোর্ড ডোমেনে সংরক্ষিত সমস্ত কুকি মূল্যগুলি একসঙ্গে ওয়েব সার্ভারে পাঠানো হয়。 | কুকিজ: $Version = 1; স্কিন = নতুন; |
কনটেন্ট-Length | অনুরোধ করা কনটেন্টের দৈর্ঘ্য | কনটেন্ট-Length: 348 |
কনটেন্ট-Type | The requested MIME information corresponding to the entity | কনটেন্ট-Type: application/x-www-form-urlencoded |
Date | The date and time the request was sent | Date: Tue, 15 Nov 2010 08:12:31 GMT |
Expect | The specific server behavior requested | Expected: 100-continue |
From | Email of the requesting user | From: [email protected] |
Host | Specify the domain name and port number of the requesting server | Host: www.webmastertoolbag.com |
If-Match | Valid only if the request content matches the entity | If-Match: "Specific Value" |
If-Modified-Since | If the part of the request is modified after the specified time, the request is successful, and if it is not modified, a 304 code is returned. | If-Modified-Since: Sat, 29 Oct 2010 19:43:31 GMT |
If-One-Match | If the content has not changed, return 304 code, the parameter is the Etag previously sent by the server, and compare it with the Etag responded by the server to determine whether it has changed. | If-One-Match: "Specific Value" |
if-Range | If the entity has not changed, the server sends the missing part of the client side, otherwise the entire entity is sent. The parameter is also Etag | If-Range: "Specific Value" |
If-Unmodified-Since | The request is successful only if the entity has not been modified after the specified time | If-Unmodified-Since: Sat, 29 Oct 2010 19:43:31 GMT |
Max-Forwards | Limit the time for information to pass through proxies and gateways | Max-Forwards: 10 |
Pragma | Used to contain implementation-specific instructions | Pragma: no-cache |
Proxy-Authorization | Authorization certificate to connect to the broker | Proxy-Authorization: The authorization certificate linked to the proxy |
Range | এনটিটির একটি অংশ রিকোর্স করুন, সম্প্রসারণ নির্দিষ্ট করুন | Range: bytes = 500-999 |
Referer | পূর্ববর্তী পৃষ্ঠার ঠিকানা, এবং বর্তমানে রিকোর্স করা হওয়া পৃষ্ঠা, অর্থাৎ পথ | Referer: http://; url = http: |
TE | ক্লায়েন্ট পক্ষ ট্রান্সমিশন কোডকে গ্রহণ করতে ইচ্ছুক এবং সার্ভারকে ট্রেইলিং হেডার তথ্য গ্রহণ করার নোটিফিকেশন পাঠায় | TE: trailers, deflate; q = 0.5 |
Upgrade | সার্ভারকে কোন ট্রান্সপোর্ট প্রোটোকল নির্দিষ্ট করুন (যদি সমর্থিত হোক) | Upgrade: HTTP/2.0, SHTTP/1.3, IRC/6.9, RTA/x11 |
ব্যবহারকারী-এজেন্ট | ব্যবহারকারীর বিষয়-এজেন্ট তথ্য অবলম্বন করে যাকে রিকোর্স করা হয়েছে | ব্যবহারকারী-এজেন্ট: মুজিলা/5.0 (Linux; X)11) |
Via | Notify the intermediary gateway or proxy server address, communication protocol | Via: 1.0 fred, 1.1 nowhere.com (Apache/1.1) |
সতর্কতা | Warning messages about message entities | Warning: 199 বিভিন্ন সতর্কতা |
Header | explain | example |
---|---|---|
Accept-Ranges | Indicates whether the server supports specified range requests and what type of segmentation requests | Accept-Ranges: bytes |
Age | Estimated time from origin server to proxy cache formation (in seconds, non-negative) | Age: 12 |
Allow | A valid request for a network resource, 405 if not allowed. | Allowed: GET, HEAD |
Cache-Control | Tell all caching mechanisms whether they can be cached and what type | Cache-Control: no-cache |
কনটেন্ট-Encoding | Return content compression encoding types supported by the web server. | কনটেন্ট-Encoding: gzip |
কনটেন্ট-Language | Responsive language | কনটেন্ট-Language: en, zh |
কনটেন্ট-Length | The length of the response body | কনটেন্ট-Length: 348 |
কনটেন্ট-Location | Request another alternative address for the resource | কনটেন্ট-Location: /index.htm |
কনটেন্ট-এমডি5 | Returns the MD5 checksum of the resource | কনটেন্ট-এমডি5: MD5 checksum |
কনটেন্ট-Range | The byte position of this section in the entire return body | কনটেন্ট-Range: bytes 21010-47021/47022 |
কনটেন্ট-Type | The MIME type of the returned content | কনটেন্ট-Type: text/html; charset = utf-8 |
Date | The time when the original server message was sent | Date: Tue, 15 Nov 2010 08:12:31 GMT |
ETag | The current value of the entity label of the request variable | ETag: "Request variable entity tag current value" |
Expires | The date and time the response expires | Expires: Thu, 01 Dec 2010 16:00:00 GMT |
Last-Modified | The last modification time of the requested resource | Last-Modified: Tue, 15 Nov 2010 12:45:26 GMT |
Location | Used to redirect the recipient to a non-request URL location to complete the request or identify a new resource | Location: http://; url = http: |
Pragma | Includes implementation-specific instructions that can be applied to any recipient in the response chain | Pragma: no-cache |
Proxy-অথেনটিকেট | It indicates the authentication scheme and the parameters that can be applied to this URL of the proxy | Proxy-অথেনটিকেট: বেসিক |
Refresh | Applied to a redirect or a new resource is created, redirected after 5 seconds (proposed by Netscape and supported by most browsers) |
Refresh: 5Refresh://; url = http:
|
যদি এন্টিটি অবাধ্যভাবে অসুবিধাজনক হয়, তবে ক্লায়েন্ট পক্ষকে নির্দিষ্ট সময় পরে পুনরায় চেষ্টা করতে অধিসূচনা করুন-www.webmastertoolbag.com | After | যদি এন্টিটি অবাধ্যভাবে অসুবিধাজনক হয়, তবে ক্লায়েন্ট পক্ষকে নির্দিষ্ট সময় পরে পুনরায় চেষ্টা করতে অধিসূচনা করুন-After: 120 |
Server | ওয়েব সার্ভার সফটওয়্যার নাম | Server: Apache/1.3.27 (Unix) (Red-Hat/Linux) |
Set-Cookie | HTTP কুকিস সেটিং | Set-Cookie: UserID = JohnDoe; Max-Age = 3600; Version = 1 |
Trailer | চাক্কাড স্থানান্তর কোডের শেষে হেডার ফিল্ডের সংযোজন নির্দেশ করে | Trailer: Max-Forwards |
Transfer-Encoding | ফাইল স্থানান্তর এনকোডিং | Transfer-Encoding: chunked |
Vary | ডাউনস্ট্রিম প্রক্সি কোনও ক্যাশেড প্রতিক্রিয়া ব্যবহার করা উচিত কিনা বা প্রধান সার্ভার থেকে অনুরোধ করা উচিত কিনা তা জানায় | Vary: * |
Via | ক্লায়েন্ট পক্ষকে প্রতিক্রিয়া কোথায় পাঠিত হয়েছে তা জানায় | Via: 1.0 fred, 1.1 nowhere.com (Apache/1.1) |
সতর্কতা | সম্ভাব্য সমস্যার সতর্কতা এন্টিটি | সতর্কতা: 199 বিভিন্ন সতর্কতা |
WWW-অথেনটিকেট | ক্লায়েন্ট পক্ষের অনুরোধক এন্টিটি যে অথরাইজেশন স্কিম ব্যবহার করা উচিত তা নির্দেশ করে | WWW-অথেনটিকেট: বেসিক |
HTTP অনুরোধ হেডার, HTTP প্রতিক্রিয়া হেডার, বা অন্য প্রেরিত এন্টিটি সম্পর্কে তথ্য প্রদান করে। HTTP হেডার তথ্য চারটি অংশ নিয়ে গঠিত: জেনেরিক হেডার, অনুরোধ হেডার, প্রতিক্রিয়া হেডার, এবং এন্টিটি হেডার
প্রত্যেক হেডার ফিল্ড একটি ডোমেইন নাম, একটি কলন (কলন), এবং ডোমেইন মূল্য নিয়ে গঠিত
জেনেরিক হেডার: অনুরোধ এবং প্রতিক্রিয়াতেও ব্যবহার করা যেতে পারে, এবং একটি লেনড্রাইভ হিসাবে একটি লেনড্রাইভের সাথে সংযুক্ত হয়, না কোনও বিশেষ সম্পদের সাথে
অনুরোধ হেডার: ক্লায়েন্ট পক্ষ থেকে নিজের বিষয় এবং ইচ্ছিত প্রতিক্রিয়া ফরম্যাটের বিষয়ে তথ্য পাঠাতে অনুমতি দেয়
প্রতিক্রিয়া হেডার: সার্ভার এবং প্রতিক্রিয়া যা নিজের তথ্য যোগাযোগের জন্য ব্যবহার করে
এন্টিটি হেডার: প্রেরিত সম্পদকে বর্ণনা করা তথ্য, যা অনুরোধ এবং প্রতিক্রিয়াতেও ব্যবহার করা যেতে পারে