Hi Everyone

I have a guestion about the redirection of rails.
Im using Rails 2.2.2

Is the value of url acquired from the host?

HOST : 10.36.225.102:3333
a href="http://10.36.225.102:3333";

GET http://10.36.225.102:3333/ HTTP/1.1
#############################################
+Hypertext Transfer Protocol
  +GET http://10.36.225.102:3333/ HTTP/1.1\r\n
   Host: \r\n
#############################################

HTTP/1.1 302 Moved Temporarity (text/html)
##############################################
+Line-based text data: text/html
  <html><body>You are being <a href="http://10.36.225.102:3333";>
redirected</a>.</body></html>
##############################################

If you have a advice,please teach me.
Let me know, if you need any information.

Best Regard,
Masataka Oda
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to